Been programming since the 60's, everything from Basic to Assembly Language to Binary but RLL and RLLPlus syntax is throwing me.
Automation Direct's RLLPlus tutorial shows the following diagram to wait for a "START" signal from a momentary push button (see attached).
Since its an ISG, its the only stage active at start up. The way I'm reading it, is that nothing happens until the NO start switch is depressed, then the rest of the instruction on that line is executed? Stage 50 becomes active, but why the JMP S0?
Wouldn't that tell the program to go back and wait for another depress of the START switch? Shouldn't that be a jump to another stage?
And what about if I throw a NC switch into the equation?
Under normal situations, wouldn't the rest of the line with the NC switch get executed?
I'm really confused with the logic!