From the course: PLC Program Flow and Control Instructions

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Difference between JMP and MCR

Difference between JMP and MCR - Ladder Logic Tutorial

From the course: PLC Program Flow and Control Instructions

Start my 1-month free trial

Difference between JMP and MCR

- [Instructor] The four word jump and label Instructions are similar to an MCR Instruction in that both instructions skip over a block of PLC ladder logic program. The main difference between the two is in how the outputs are handled when the instructions are executed. When a jump instruction is used, the PLC skips all the rungs between Jump Instruction and its associated Label Instruction. And the rungs will not be scanned by the processor. The MCR instruction sets all non-retentive outputs to the false state. And keeps the retentive outputs in their loss states. You should never jump into MCR reset zone. If you do instructions that are programmed within the MCR zone starting at the Label Instruction and ending of the end MCR Instruction will always be evaluated as though the MCR zone is true regardless of the state of the start MCR Instruction.

Contents