Maximum name length for namespace and blocks - Manual - AX2TIA - This package contains the documentation for ax2tia - Converting SIMATIC AX libraries to TIA Portal libraries,

AX2TIA CLI Tool (ax2tia)

Portfolio
SIMATIC AX
Product
AX2TIA
Software version
9.1.8
Edition
11/2024
Language
English (original)
Package Name
@ax/ax2tia-docs

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'
^-------------------^--------^