I am trying to program series of sequence of operation.
For example,
step 1; open valves 1, 2, 3 (time: 0sec ~ 50sec) if switch 1, 3,4,5 is closed.
step 2; open valves 2, 4, 5....(time: 51sec ~60sec) during the step 2 time period.
step 3; open valves 1, 3, 5,(time 61sec~ 75sec) if switches 1, 3, 5, 7 are closed....
Can you give me simple example.
I was trying to use "Sequence Structure" and "or array element" but not sure how to use them. If you can show simple example, I think I can follow them.
Thanks...