DOC-0017-10-EN: AC20 Series PROFINET IO Option
40 (47) DOC-0017-10-EN-A 27.03.2023
APPENDIX A: Data types
The relationship between AC20 parameter and PROFINET data type is given in the table below.
** SHORT_STRING consists of a single-byte length field followed by the actual character data.
Arrays
Some parameters have multiple elements and are classified as parameter arrays. A parameter array has a
parameter number that accesses the whole of the array. It also has parameter numbers that represent
each element of the array.
Array Example: A parameter array called VHZ_USER FREQ has 11 elements.
Parameter - VHZ_USER FREQ
If the parameter number of the whole array is 0145, then the parameter number of the element index 0 of
the array will be 0134, the parameter number of the element index 01 will be 0147, etc.
String
A string parameter may be accessed via its parameter number. This is in the format of a SHORT_STRING.
String arrays may not be accessed as a whole array but may be accessed via each element. Each element
has its own parameter number.