Search
FactoryTalk Design Studio Online Help
Program Control Instructions
Use the program control instructions to change the flow of logic.
Available Instructions
Ladder Diagram
If you want to:
Use this instruction:
Jump over a section of logic that does not always need to be executed.
JMP
LBL
Jump to a separate routine, pass data to the routine, execute the routine, and return results.
JSR
SBR
RET
Disable all the rungs in a section of logic
MCR
Disable a rung
AFI
Instruction set
Always False (AFI)
JSR Flow Chart (True)
Jump to Label (JMP) and Label (LBL)
Jump to Subroutine (JSR), Subroutine (SBR), and Return (RET)
Master Control Reset (MCR)
MCR Flow Chart (False)
No Operation (NOP)
Temporary End (TND)
Trigger Event Task (EventTrigger)
User Interrupt Disable (UID)/User Interrupt Enable (UIE)
Compute/Math Instructions
Compare Instructions
Bit Instructions
ASCII String Instructions
ASCII Conversion Instructions
Provide Feedback
Have questions or feedback about this documentation? Please
submit your feedback here
.