Programming Reference / Program




Item Name Type Description
Main Program Block Operation The Main Program block is where all other program blocks are placed to create a User Program
Function Operation Encompasses the instruction(s) that are executed when the Call Function instruction is executed for the user defined Function
Call Function Operation Transfers program execution to the selected user defined Function
Repeat Loop Operation Instruction repeats or loops through the encompassed instruction(s). The number of iterations is set by the value of the required input operand .
Increment Operand Returns the current loop iteration value
Loop Control Operation Provides the function to either break out of the loop and continue program execution after the encompassed instructions, or immediately halt execution at that point and restart at the beginning of the loop
Print Item Operand Determines the contents of a string which is printed to the console
Print Operation Prints a string to the console