The enumeration defines USDO abort codes.
Enumerator |
---|
eUSDO_ABORT_NONE | |
eUSDO_ABORT_UNKNOWN | The error reason is unknown and does not match to one of the errors listed in this enumeration.
|
eUSDO_ABORT_PROTOCOL | An error in the USDO protocol was detected and the error reason does not match to any of the reasons listed in this table.
|
eUSDO_ABORT_TIMEOUT | There had been no response during the time out time.
|
eUSDO_ABORT_COMMAND | The command specifier is either incorrect, unexpected or not supported.
|
eUSDO_ABORT_COUNTER_VALUE | Counter value (segmented transfer) not valid
|
eUSDO_ABORT_DATA_SIZE | The value in size field differs from amount of transferred bytes of application data.
|
eUSDO_ABORT_MEMORY | Because of missing memory resources the transfer is aborted.
|
eUSDO_ABORT_ROUTING | The remote USDO cannot be processed because of a routing error that does not match to one of the errors listed in this enumeration.
|
eUSDO_ABORT_DESTINATION_NET | USDO destination network unknown: The remote USDO cannot be processed because the destination network is unknown.
|
eUSDO_ABORT_DESTINATION_NODE | USDO destination node unknown: The remote USDO cannot be processed because the destination node-id is unknown.
|
eUSDO_ABORT_SOURCE_NET | USDO source network unknown: USDO cannot be processed because the source network is unknown; to be used by tools e.g. for debugging purposes.
|
eUSDO_ABORT_SOURCE_NODE | USDO source node unknown: The remote USDO cannot be processed because the source node-id is unknown; to be used by tools e.g. for debugging purposes.
|
eUSDO_ABORT_CAN_DLC | USDO is not processed as the length of the data field differs from the expected one.
|
eUSDO_ABORT_MULTIPLEXER | Unexpected multiplexer: The multiplexer provided in the USDO server’s response does not match to the multiplexer in USDO client’s request.
|
eUSDO_ABORT_USDO_PARALLEL | Data transfer not possible; parallel USDO access to the very same sub-index
|
eUSDO_ABORT_SESSION_ID | Session-ID wrong or unknown
|
eUSDO_ABORT_ACC_WRITE_ONLY | The data element is of access type write-only and thus it cannot be read.
|
eUSDO_ABORT_ACC_READ_ONLY | The data element is of access type read-only and thus it cannot be written.
|
eUSDO_ABORT_ACC_NO_OBJECT | At this index, no data object is implemented. Thus no data can be transferred from or to this data object.
|
eUSDO_ABORT_ACC_NO_SUB_INDEX | At this sub-index, no data element is implemented. Thus no data can be transferred from or to this data element.
|
eUSDO_ABORT_ACC_HARDWARE | |
eUSDO_ABORT_ACC_DATATYPE | |
eUSDO_ABORT_ACC_DATATYPE_HIGH | |
eUSDO_ABORT_ACC_DATATYPE_LOW | |
eUSDO_ABORT_PARAM_VALUE_INVALID | Invalid value for parameter: Value to be written is out of the valid value range.
|
eUSDO_ABORT_PARAM_VALUE_HIGH | Invalid value for parameter: Value to be written is out of the valid value range.
|
eUSDO_ABORT_PARAM_VALUE_LOW | |
eUSDO_ABORT_PARAM_VALUE_MAX | |
eUSDO_ABORT_PARAM_VALUE_MIN | |
eUSDO_ABORT_PARAM_CAN_ID | |
eUSDO_ABORT_PDO_MAPPING | Data element cannot be mapped to the PDO: Because of an unknown error, the data element cannot be added to the PDO mapping.
|
eUSDO_ABORT_PDO_MAPPING_LENGTH | |
eUSDO_ABORT_PDO_MAPPING_PARAM | |
eUSDO_ABORT_PDO_MAPPING_RPDO | |
eUSDO_ABORT_PDO_MAPPING_TPDO | |
eUSDO_ABORT_PDO_MAPPING_VALID | |
eUSDO_ABORT_DATA_NO_STORE | |
eUSDO_ABORT_DATA_LOCAL | |
eUSDO_ABORT_DATA_STATE | |
eUSDO_ABORT_DATA_DICTIONARY | |
eUSDO_ABORT_DATA_NOT_AVAILABLE | |
eUSDO_ABORT_USDO_BUSY | |