22
#L010120
November 2001
Program Parameters
Goto
The Goto command allows program to jump to specified address.
Loop
The loop command 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 execute 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 trig-
ger PLC operations, relays, solenoids, etc.
Wait ______ milliseconds
This command allows the user to enter a delay in milliseconds. This wait com-
mand 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.
July 2018
L010121