CODESYS Development System
Variable: CONSTANT Constant variables are declared in global variable lists or in the declaration part of programming objects. In implementations, constant variables can be accessed as read-only via t
CODESYS Development System
Variable: RETAIN Retain variables are declared by the keyword RETAIN is added in programming objects in the scope VAR , VAR_INPUT , VAR_OUTPUT , VAR_IN_OUT , VAR_STAT , or VAR_GLOBAL . Syntax for the
CODESYS Development System
Pointer: SUPER The SUPER pointer is a special variable which is used for object-oriented programming. SUPER is the pointer of a function block to the base function block instance from which the functi
CODESYS Development System
Operator: MUL The IEC operator is used to multiply variables. Permitted data types: BYTE , WORD , DWORD , LWORD , SINT , USINT , INT , UINT , DINT , UDINT , LINT , ULINT , REAL , LREAL , TIME Feature
CODESYS Development System
Operator: SUB The IEC operator subtracts variables. Permitted data types: BYTE , WORD , DWORD , LWORD , SINT , USINT , INT , UINT , DINT , UDINT , LINT , ULINT , REAL , LREAL , TIME , LTIME , TIME_OF_
CODESYS Development System
Operator: DIV The IEC operator is used to divide variables. Permitted data types: BYTE , WORD , DWORD , LWORD , SINT , USINT , INT , UINT , DINT , UDINT , LINT , ULINT , REAL , LREAL , TIME Important
CODESYS Development System
Operator: Global Namespace The operator is an extension of the IEC 61131-3 standard. An instance path which begins with a dot . always opens a global namespace. If there is a local variable that has t
CODESYS Development System
Operator: Namespace for Global Variable Lists The operator is an extension of the IEC 61131-3 standard. You can use the name of a global variable list (GVL) as a namespace identifier for the variables
CODESYS Development System
Operator: Library Namespace Syntax: <library namespace>.<library POU identifier> Example: LIB_A.FB_A A library POU identifier is appended with the library namespace (as a prefix separated by a dot) fo
CODESYS Development System
Operator: Enumeration Namespace The operator is an extension of the IEC 61131-3 standard. You can use the TYPE name of an enumeration for unique access to an enumeration constant. In this way, you can