Instruction 85- jump control set/reset – Maple Systems MAPware-7000 User Manual

Page 140

Advertising
background image

MAPware-7000 Ladder Logic Guide

132

1010-1041 rev. 00

Instruction 85- Jump Control Set/Reset

Expression:

Space Requirement: 1 line x 1 column Location Requirement: Right rail

Function:

When the JCS input is ON, instructions between JCS and JCR are skipped (not executed). When
the JCS input is OFF, ordinary operation is performed.

Execution Condition:

JCS Input Operation

Output

OFF

Ordinary operation

---

ON

Skip to JCR instruction

---

Operand:

No operand is required.

Example:

When X000 is ON, Rung 2 circuit is skipped. Therefore Y021 does not change state regardless of
the X001 state.

When X000 is OFF, Y021 is controlled by the X001 state.

Note

JCS and JCR must be used as a pair.

Nesting is not allowed

Advertising