JMP (Jump to Label) Ladder Logic Instruction
The JMP instruction is used in conjunction with a LBL Label instruction. When the JMP instruction is enabled the code between the JMP and LBL instruction is not executed. Code execution begins immediately after the LBL instruction. When the JMP instruction is disabled the code between the JMP and LBL instruction is executed normally. A … Read more