Motion Instructions: Difference between revisions

No edit summary
Line 96:
**This modifier is added to a motion instruction to skip over subsequent lines if a condition is found to be true.
**The motion line it is added to will complete before evaluating the condition. It simply sets an interrupt once the motion instruction finishes, to stop wherever it happens to be, even mid-motion, to jump to another part of the program instead.
**You would initialize this condition with the line [[SKIP]] CONDITION RI[8]=ON ahead of time.
* Offset
* Offset,PR[] - Offset by a Position Register. Whatever is in the position register for the offset will be added with the contents of the position used for the motion instruction. The result only affects that motion instruction, the position register and position variable for the instruction will be unchanged.