A-4 Fieldbuses
AC30 series Variable Speed Inverter
String Array Example
A string array parameter called My String Array has 2 elements of string length 5 characters (plus the null terminator) each. In this example the
parameter number of the whole array is 175.
If the values of the array elements are “12345” and “abc”:
whole array
[“12345”, “abc”]
Note: This example is not a real parameter.
To access the first element of the array over Modbus then parameter number 0177 (register 00881) would be used. To access the second element
then parameter number 0180 (register 00887) would be used.