Simple Step Programming
Simple Step Programming
When the StartPB is pressed, from Home Position, the machine goes through the followings:
Inputs:
Outputs
D_OUT.1 Up Up Contactor
Run_Flag BOOL
Step DINT
State DINT
Using CMP State = 0, 1, 2, 4, 8, 16, 32, 64, 128, 256 will be easier than 2#0, 2#1, 2#10 etc. if the large
numbers involved.