GeneralParameters
Short summary
This parameter list provides some tunable constants that can be adjusted if neccessary.
| Name | Type | Comment | Kind |
|---|---|---|---|
| OBJECT_NAME_STRING_LENGTH | UDINT | The length of the ads path of an object. If you're using a deeply nested architecture, you might need to incresase this | constant |
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