Conditions
461 531 626
In the condition part of the sequence structure the conditions for step advancemend are connected to the condition bit of the step.
Condition logic is connected to the step's condition bit of SequenceStepConditionBits. The condition bit for the first step is "SequenceStepConditionBits".%X0 - note the quotation marks, point and the percent sign! Other step condition bits are formed similarly by replacing %X0 with %X1 (step 2), %X2 (step 3), ..., %X31 (step 31).
Create the condition part according to the example below. Note that the condition logic is most likely more complicated than in this example where there is only one binary input as the condition in each step.