59
Control.ini
8.2.2 Project 2 – Three switches trigger three shows
ATTENTION!
The limit for an input event is one per line.
Only variable conditions can be combined in one
line. If input combinations are needed it has to be
done via variables.
This project consists of three shows and is triggered with
three switches.
The first show should start, if switch 1 and 3 are closed and
switch 2 is open.
The seconds show should start, if switch 1 and 2 are closed
and switch 3 is open.
The third show should start, if switch 1 is open and switch 2
and 3 are closed.
The content of the Control.ini file looks like this:
!i1c!vmc1=1#
!i1o!vmc1=0#
!i2c!vmc2=1#
!i2o!vmc2=0#
!i3c!vmc3=1#
!i3o!vmc3=0#
!vcc1=1!vcc2=0!vcc3=1!rsn1
!vcc1=1!vcc2=1!vcc3=0!rsn2
!vcc1=0!vcc2=1!vcc3=1!rsn3