Standard OPC Error Codes
An OPC client can change the value of the OPC items exposed by the OPC server that have read/write access rights. The result of this write operation is translated in an error code that follows the OPC standard and finally forwarded from the OPC server to the OPC client requesting the operation.
The following list shows the possible error codes. The way the error code displays (text or number) depends on the OPC client in use.
Error Code (text or number) | Description | |
Text | Number | |
|
| Write operation successful. |
Or
|
Or
| The passed data type cannot be accepted for this item. |
|
| The item is not writeable. |
|
| The passed item handle is invalid. |
|
| The item is no longer available in the server address space. |
|
| The value is out of range. |
|
| Generic error: the function was unsuccessful. |