Skip to main content

GeneralParameters

Short summary

This parameter list provides some tunable constants that can be adjusted if neccessary.

NameTypeCommentKind
OBJECT_NAME_STRING_LENGTHUDINTThe length of the ads path of an object. If you're using a deeply nested architecture, you might need to incresase thisconstant

Code

Declaration

{attribute 'qualified_only'}
VAR_GLOBAL CONSTANT
(* The length of the ads path of an object. If you're using a deeply nested architecture, you might need to incresase this *)
OBJECT_NAME_STRING_LENGTH :UDINT := 255;
END_VAR