CODESYS Development System
Declaration Editor In the declaration editor, you declare variables in variable lists and POUs. If the declaration editor is used with an implementation language editor , then is opens in a view above
CODESYS Development System
Common Functions in Graphical Editors The implementation part of the graphical editors for FBD, LD, CFC, and SFC contains a toolbar in the lower right corner: Return to normal editing mode The mouse p
CODESYS Development System
Structured Text and Extended Structured Text (ExST) :
CODESYS Development System
ST Editor The ST editor is a textual editor used for the implementation of code in Structured Text (ST) and Extended Structured Text (ExST). The line numbering is displayed on the left side of the edi
CODESYS Development System
ST Editor in Online Mode In online mode, CODESYS displays the variables and expressions in the ST editor ( Monitoring of Values ). The writing and forcing of variables and expressions as well as debu
CODESYS Development System
ST Expressions An expression is a construct that returns a value following its evaluation. Expressions consist of operators and operands. In Extended Structured Text (ExST) , you can also use assignme
CODESYS Development System
ST Assignment Operator Syntax: <operand> := <expression> This assignment operator executes the same function as the MOVE operator. :
CODESYS Development System
ST Assignment Operator for Outputs The assignment operator => assigns the output of a function, a function block, or a method to a variable. The position on the right side of the operator can also be
CODESYS Development System
ExST Assignment: S= When the operand of the Set assignment switches to TRUE , then TRUE is assigned to the variable to the left of the operator. The variable is set. <variable name> S= <operand name>