CODESYS Development System
_PRG.locioVar1.xLocIn AT %IX1.0 : BOOL; END
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
As of CODESYS V3.3.0.1, a
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
VarB: INT := 0; END_VAR i [...] _VAR MyfbB(iVarA:=0, iVarB:= 0); Myfb
CODESYS Development System
65535; wVar2 := 0; b [...] 65535; wVar2 := 0; w [...] 65535; wVar2 := 0; b
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