OMFINS Driver Errors
- Last UpdatedDec 13, 2021
- 1 minute read
In addition to standard driver errors, the OMFINS driver may use the following driver errors:
|
Driver Error |
Explanation |
|---|---|
|
0x10001 (Bad response) |
this error means the amount of data received back does not match what was requested (e.g. requested was for two LONGs, but received 7 bytes back instead of 8 bytes). |
|
0x10002 (Bad request) |
this error indicates that you are trying to write the wrong amount of data for a given type |
|
0x10003 (Bad tag type) |
this error indicates a request cannot be serviced because the tag is not of the native type (e.g. S.MODE must be an INT, but it was configured as a LONG) |