1. Example in IL Consider the following logical equation: %M0 = %I0.%I1+%I2. /%I3 LD %I0 AND %I1 OR( %I2 ANDN %I3 ) ST %M0 2. Example of Grafcet programming in IL Consider the elementary Grafcet: a. Programming Transition/Transition
Tag: IL Language
Mnemonics in the IL Language
At each variable can be associated a mnemonic. It is then possible to use the mnemonic or variable completely transparently in programs. To associate the variable Switch to the input %I0, the variables RedLight and GreenLight to the outputs %Q0 and %Q1 respectively, it is necessary to write: %I0 Switch %Q0 RedLight %Q1 GreenLight