CODESYS Development System
Attribute: hide_all_locals The pragma prevents all local variables of a signature from being visible in the display of the "List components" function, in the Input Assistant or in the declaration part
CODESYS Development System
TO INT := 0 [...] _on_call'} iVal : INT := 0
CODESYS Development System
Attribute: init_namespace The effect of this pragma is that a variable of the type STRING or WSTRING , which is declared in a library function block with this pragma, is initialized when used in the p
CODESYS Development System
Attribute: is_connected You use the pragma 'is_connected' to decorate a Boolean function block variable which, when a function module instance is called, provides information about whether the associa
CODESYS Development System
Attribute: linkalways The pragma {attribute 'linkalways'} instructs the compiler to always include a POU or a library POU in the compile information. During the build, the POU is compiled and is part
CODESYS Development System
Attribute: monitoring_display This pragma in the declaration of a function block or a structure has the effect that the current value of the specified member ( property or Variable) is also displayed
CODESYS Development System
Attribute: monitoring_encoding The attribute pragma is allowed for variables of data type STRING and for variables of an alias data type of type STRING . The attribute has the effect that the values o
CODESYS Development System
BufferLogFile : ARRAY [0..9] OF WSTRING(66);(* Area: 0, Offset: 0x1304 (4868
CODESYS Development System
Attribute: no_check The pragma has the effect that the check function ( POUs for Implicit Checks ) is not called for for the POU. Since the check functions can affect the processing speed of the progr