The following name length restrictions apply in the TIA Portal:
- A namespace combined with the nested name can have a maximum length of 125 characters.
In the TIAX library workflow, the generated blocks and their namespace path are separated by '.' and build a fully qualified path, for example 'MyNamespace.MyClass.MyMethod'.
The part before the last '.' will be considered as the namespace and the remaining part as name of the block/method. The combination of these parts is restricted to 125 characters:
'MyNamespace.MyClass.MyMethod' ^-------------------^--------^