Basic Operations
Data Manipulation
- Assignment :=
- Bit Access
- Call a Function
- Call a Function Block
- Call a Sub-Program
- CountOf
- DEC
- INC
- MoveBlock
- NEG - integer negation (unary operator)
- Parenthesis ( )
Control Program Execution
Language Features
These are the language features to control program execution:
Structured Statements
These are the structured statements to control program execution:
|
Statement |
Description |
|---|---|
|
Switch to one of various possible statements. |
|
|
Exit from a loop instruction. |
|
|
Execute iterations of statements. |
|
|
Conditional execution of statements. |
|
|
Conditional execution of statements. |
|
|
Repeat a list of statements. |
|
|
Suspends the execution of an ST |
|
|
Repeat a list of statements while a condition is TRUE. |





