ST / IL Language Selection
"Integrated development environment"
An integrated development environment is a type of computer software that assists computer programmers in developing software.
IDEs normally consist of a source code editor, a compiler and/or interpreter, build-automation tools, and a debugger allows you to mix IL
"Instruction List"
This is a low-level language and resembles assembly Language and ST
"Structured text"
A high-level language that is block structured and syntactically resembles Pascal Language in a textual program.
- ST Language is the default.
- When you enter IL Language instructions, the program must be entered between BEGIN_IL and END_IL keywords.
IL Language Example
BEGIN_IL
FFLD
"Free Form Ladder Diagram" var1
ST var2
END_IL





