CODESYS Development System
Operator: __QUERYINTERFACE The operator is an extension of the IEC 61131-3 standard. At runtime, the operator executes a type conversion of an interface reference into another type. The operator retur
CODESYS Development System
Operator: __QUERYPOINTER The operator is an extension of the IEC 61131-3 standard. At runtime, the operator makes it possible to convert the type of an interface reference of a function block to a poi
CODESYS Development System
Operator: __TRY, __CATCH, __FINALLY, __ENDTRY These operators are extended from the IEC 61131-3 standard and they are used for specific exception handling in IEC code. Syntax __TRY <statements_try> __
CODESYS Development System
Operator: __VARINFO The operator is an extension of the IEC 61131-3 standard. The operator yields information about a variable. You can save the information as data structure in a variable of data typ
CODESYS Development System
Operator: __CURRENTTASK The operator is an extension of the IEC 61131-3 standard. At runtime, the operator provides information about the IEC task that is currently running. Tip The operator is suppor
CODESYS Development System
Operator: __COMPARE_AND_SWAP The multicore operator is an extension of the IEC 61131-3 standard. The operator can be used for implementing a semaphore, for example to guarantee exclusive access to a v
CODESYS Development System
Operator: __XADD The multicore operator is an extension of the IEC 61131-3 standard. The operator can be used for implementing an atomic counter. If an integer variable is incremented by means of ordi
CODESYS Development System
Operator: __POSITION The operator is an extension of the IEC 61131-1 standard. At runtime, the operator yields the position of a variable in the declaration part or in the implementation part of a POU
CODESYS Development System
Variable: VAR_INST The VAR_INST instance variables are allowed only in methods. This kind of variable can be accessed only within the method. You can monitor the variable values of instance variables
CODESYS Development System
Variable: VAR_CONFIG Configuration variables assign the full address to variables which are declared in function blocks with incomplete address information and that should be mapped to device I/Os. Th