If the inverter does not support the Modbus data, a Modbus value is assigned based on the data type.
| Unsupported data type | Modbus value |
|---|---|
| 16-bit signed data | 0x8000 |
| 32-bit signed data | 0x80000000 |
| 16-bit unsigned data | 0xFFFF |
| 32-bit unsigned data | 0xFFFFFFFF |
| String | Terminated by the NULL-character |