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.