60
Control.ini
1
st
line: If input 1 is closed (!i1c), then the value of variable 1
will attain 1 (!vmc1=1).
2
nd
line: If input 1 is open (!i1o), then the value of variable 1
will attain 0 (!vmc1=0).
3
rd
line: If input 2 is closed (!i2c), then the value of variable 2
will attain 1 (!vmc2=1).
4
th
line: If input 2 is open (!i2o), then the value of variable 2
will attain 0 (!vmc2=0).
5
th
line: If input 3 is closed (!i3c), then the value of variable 3
will attain 1 (!vmc3=1).
6
th
line: If input 3 is open (!i3o), then the value of variable 3
will attain 0 (!vmc3=0).
7
th
line: If variable 1 gets the value 1 (!vcc1=1), the variable 2
the value 0 (!vcc2=0) and the variable 3 the value 1 (!vcc3=1),
then the first show (001_SHOW.WM1) will start in normal mode
(!rsn1).
8
th
line: If variable 1 and 2 gets the value 1 (!vcc1=1)
(!vcc2=1) and the variable 3 the value 0 (!vcc3=0), then the
second show (002_SHOW.WM1) will start in normal mode
(!rsn2).
9
th
line: If variable 1 gets the value 0 (!vcc1=0), the variable 2
the value 1 (!vcc2=1) and the variable 3 the value 1 (!vcc3=1),
then the third show (003_SHOW.WM1) will start in normal mode
(!rsn3).