Omron · MX2 Series Type V2 Compact Inverter
This Modbus exception is returned when the master device sends a data value that is outside the permissible range or in an unacceptable format for the specified Modbus address. This means the value attempting to be written is invalid according to the parameter's constraints or data type, preventing a successful write operation.
Click steps to track your progress.
1. Consult the inverter's Modbus communication manual to determine the valid data range, data type, and scaling factor for the specific Modbus register being written.
2. Verify the Modbus master's logic (e.g., PLC programming, HMI data entry limits) to ensure the sent value adheres to the register's specifications.
3. Use a Modbus sniffer tool to capture the Modbus write command and inspect the exact data value being transmitted.
4. Confirm that the data formatting (e.g., integer, float, endianness) is correctly handled by the Modbus master for the target register.
5. Check if the inverter's operating state (e.g., RUN or STOP) affects the acceptance of the parameter value and adjust accordingly.
6. Test writing simpler, known-good values (e.g., 0 or 1) to the problematic register to isolate the issue to the value itself.