Troubleshoot the OMRONFINS Communication Driver
- Last UpdatedSep 04, 2025
- 2 minute read
OMRONFINS Communication Driver Error Codes
The following tables describe the additional error codes that you might receive when poll/poke requests and operations fail.
|
Code |
Description |
Possible Causes |
Solution |
|
0 |
OK |
Communication without problems. |
Not applicable. |
|
1 |
Invalid Unit |
Unit number in the address field exceeds 31. |
Fix the unit number, for serial connection the unit cannot exceed 31. |
|
2 |
Fail to allocate memory |
The driver could not allocate memory. |
|
|
3 |
Invalid Answer |
The answer received from the PLC has less bytes than expected. |
This error should never happen unless the Communication Driver is connected to an unsupported device. |
|
4 |
RX Buffer Over flow |
The number of bytes sent by the PLC exceeds the configured buffer size. |
Increase the buffer size in the communication settings. |
|
5 |
Invalid Message Size |
The answer sent by the PLC does not have the expected size. |
This error should never happen unless the driver is connected to an unsupported device. |
|
33281 |
Invalid Subnet |
The subnet configured in the Station field is invalid. |
Check if the subnet configured in the station is correct and that the subnet is properly configured in the PLC routing table. |
|
-34 |
Invalid Address |
Invalid address specified in Address field |
Specify a valid address. |
|
-38 |
Invalid Station |
Invalid station specified in Station field. |
Specify a valid station number. |
|
-15 |
Time out waiting to start a message. |
|
|
|
-17 |
Time out between rx char. Invalid Block Size |
|
|