/
Application Instructions
Application Instructions
Application Instructions
ST language shares the application instructions with LD program..
The input window of application instructions are identical to the LD program’s, and it will be opened by pressing F10 key.
Enter the instruction and operands like it’s used in LD program and pressing [OK] will automatically convert the instructions into the format of ST language.
ex) ADD D0 D1 D2 -> ADD(DW0,DW1,DW2);
Application Instructions autocomplete
Supports autocomplete of commands that begin with the corresponding alphabet.
Application Instructions input option
This option automatically enters commas and parentheses that match the number of operands.
, multiple selections available,
Related content
Application Instruction
Application Instruction
More like this
How to use CICON ST Program
How to use CICON ST Program
More like this
Arithmetic Operation Instruction
Arithmetic Operation Instruction
More like this
Overview - ST
Overview - ST
More like this
Compiling and building
Compiling and building
More like this
Registering Variables
Registering Variables
More like this