ERROR_ID
(ENUM)
TYPE ERROR_ID :
- Attributes:
qualified_only
- InOut:
Name
Initial
Comment
NO_ERROR
0
No error
FAILED
1
General Error
DATA_SIZE_INVALID
2
Data size is not the expected one
INVALID_POINTER
3
Invalid pointer found
INVALID_CHANNEL
4
Coupler channel is invalid
INVALID_HANDLE
5
Invalid handle
PROTOCOL_ERR
6
Protocol Error
TELEGRAM_LIST_TOO_BIG
7
Send list of CAN messages is too big
BUFFER_EMPTY
8
Buffer exists, but no object in buffer
INVALID_IDENTIFIER
9
There is no buffer for this identifier
INVALID_INSTANCE
10
Invalid Instance handle
INVALID_PARAMETER
11
Invalid parameters
NODE_ID_OUT_OF_RANGE
12
Invalid value for Node Id
OBJ_INDEX_OUT_OF_RANGE
13
Invalid value for Object Index
OBJ_SUBINDEX_OUT_OF_RANGE
14
Invalid value for Object subindex
SDO_DATA_LENGT_OUT_OF_RANGE
15
Invalid data length
SDO_DATA_INVALID_POINTER
16
Invalid data pointer
REQUEST_INVALID_PARAMETERS
17
Request was called with invalid parameters
REQUEST_INTERNAL_ERROR
18
Internal Error occured during execution of request
REQUEST_FAILED
19
Request was failed, see AddErrorID
REQUEST_INVALID_CNF
20
Received invalid confirmation
JOB_ERROR
21
Job ends with an error
JOB_TIMEOUT
22
Job ends with timeout
JOB_UNKNOWN_ERROR
23
Unknown job error occured
JOB_INVALID_PARAMETER
24
Invalid parametes for job assinged
JOB_NOT_CREATED
25
Job was not created
JOB_PENDING
26
Job is not yet finished
PROTOCOL_NOT_CONFIGURED
27
CAN Protocol is not configured
UNKNOWN_ERROR
100
An unknown error occurred
FATAL_ERROR
16#5FFF
Fatal error of model state machine