223
The data cannot fit into an ICM telegram (_ecICM_TELEGRAM_OVERFLOW)
ABB · ACS850 Standard Program Firmware
What does 223 mean?
This fault occurs when the amount of data being sent by the system exceeds the maximum capacity of an ICM (Industrial Communication Module) telegram. This typically happens in host applications using doMultipleCommands with too many encapsulated calls, preventing proper data transmission and potentially causing communication timeouts.
Complete Troubleshooting Guide
- 1
If using a host application with doMultipleCommands, reduce the number of encapsulated calls within a single command.
- 2
Optimize data transmission by splitting large data sets into multiple, smaller ICM telegrams.