Specifications

5-2
5.1 ST
5.1.1 Standard format
5.1 ST
The ST language is a text language with a similar grammatical structure to the C language.
Controls such as conditional judgement and repetition process written in syntax can be
described.
This language is suitable for programming complicated processes that cannot be easily
described by a graphic language (structured ladder/FBD language).
5.1.1 Standard format
Operators and syntax are used for programming in the ST language.
Syntax must end with ';'.
Spaces, tabs, and line feeds can be inserted anywhere between a keyword and an identifier.
Comments can be inserted in a program. Describe '(*' in front of a comment and '*)' in back of a
comment.
Entering a comment in a comment causes the following compile error.
Compile error content: "Parser error" Error code : C1200
Assignment syntax
syntaxes
Comment
Calling the function
Calling the function block
Enter ';' at the end.
Space
Tab
Line feed
Comment