
September 2012
L010194
24
Goto
The Goto command allows program to jump to specified address.
Loop
Loop allows a sequence of commands to be looped a specific number of times to an
address, which is lower in value. No nested loops are allowed.
If inputs match below then ex-
ecute next line, otherwise skip
next line
This conditional command allows the user to go to a specified address in the program if
the inputs triggered match the selected or checked input box. If the inputs (1 through 4)
do not match the next line is skipped.
Set Outputs
The outputs can be turned (on=1) or (off=0). These outputs can be used to trigger PLC
operations, relays, solenoids, etc.
Wait ____milliseconds
This command allows the user to enter a delay in milliseconds. This wait command is
useful for pausing the program from reading the next command.
Quit Program
The quit command is a required function used only at the end of the program.
Comment:
Comments are always useful instructions or debugging methods to help keep the user
informed as to what the program is executing at the specific line.
Program Parameters
July 2018