CODESYS Development System
Attribute: call_after_global_init_slot Important VAR_INPUT declarations in functions or methods that use the attribute lead to compile errors. Reason: Input variables are unknown in this case at the t
CODESYS Development System
Attribute: call_after_online_change_slot Important VAR_INPUT declarations in functions or methods that use the attribute lead to compile errors. The reason is that in this case the input variables are
CODESYS Development System
Attribute: call_before_global_exit_slot Important VAR_INPUT declarations in functions or methods that use the attribute lead to compile errors. Reason: Input variables are unknown in this case at the
CODESYS Development System
Attribute: warning disable, warning restore The warning disable attribute has the effect that specific warnings are suppressed. The warning restore pragma reactivates a suppressed message. This attrib
CODESYS Development System
Conditional Pragmas Important You use conditional pragmas in the implementations of ST POUs. CODESYS does not evaluate the conditional pragmas when you use them in the declaration part. The exception
CODESYS Development System
Region Pragma The pragma is used to combine multiple lines in a text editor to a block. The block can be named. Region pragmas can also be nested. Code with region pragma: Expanded and collapsed views
CODESYS Development System
Identifier Designation Rules and recommendations for the identifier designation for variables, constants, functions, function blocks, methods, and other objects :
CODESYS Development System
Rules Rules for variables An identifier must not contain spaces or special characters. The underscore is recognized. For example, A_BCD and AB_CD are treated as two different identifiers. Multiple con
CODESYS Development System
For POUs Identifier designation recommendation for Description Example Functions, function blocks, programs Library prefix followed by an underscore and a short, informative POU name Like for variable