Data cannot fit into an ICM telegram
ABB · Application Error ABB Motion Drives Error trouble shoo
What does 223 mean?
The amount of data intended for transmission cannot fit into a single ICM (Internal Communication Module) telegram. This typically occurs when a host application uses `doMultipleCommands` with too many encapsulated calls.
Common Causes
- Excessive number of encapsulated calls within a single `doMultipleCommands` instruction in the host application.
- Attempting to transmit a data payload that exceeds the maximum size allowed for an ICM telegram.
- Inefficient data packing or communication protocol usage within the host application.
Repair Steps & Checklist
Click steps to track your progress.
- 1
If using a host application with `doMultipleCommands`, reduce the number of encapsulated calls within a single command to decrease telegram size.
- 2
Optimize the data transfer by splitting larger data sets into multiple smaller ICM telegrams.
- 3
Review the host application's communication logic to ensure efficient use of telegram bandwidth and data packing.
- 4
Consult the ICM protocol specification or drive documentation for explicit telegram size limitations.