EtherCAT Slave  1.06.01
SDO Abort Codes

Overview

Macros

#define ABORT_NOERROR   0x00000000
 No SDO error. More...
 
#define ABORT_TOGGLE_BIT_NOT_CHANGED   0x05030000
 Toggle bit not changed. More...
 
#define ABORT_SDO_PROTOCOL_TIMEOUT   0x05040000
 SDO timeout. More...
 
#define ABORT_COMMAND_SPECIFIER_UNKNOWN   0x05040001
 Command specifier unknown. More...
 
#define ABORT_OUT_OF_MEMORY   0x05040005
 Out of memory. More...
 
#define ABORT_UNSUPPORTED_ACCESS   0x06010000
 Unsupported Access. More...
 
#define ABORT_WRITE_ONLY_ENTRY   0x06010001
 Write only entry. More...
 
#define ABORT_READ_ONLY_ENTRY   0x06010002
 Read only entry. More...
 
#define ABORT_ENTRY_CANT_BE_WRITTEN_SI0_NOT_0   0x06010003
 Entry can not be written because Subindex0 is not 0. More...
 
#define ABORT_COMPLETE_ACCESS_NOT_SUPPORTED   0x06010004
 The object can not be accessed via complete access. More...
 
#define ABORT_OBJECT_NOT_EXISTING   0x06020000
 Object not existing. More...
 
#define ABORT_OBJECT_CANT_BE_PDOMAPPED   0x06040041
 Object can not be mapped to PDO. More...
 
#define ABORT_MAPPED_OBJECTS_EXCEED_PDO   0x06040042
 Mapped Object exceeds PDO. More...
 
#define ABORT_PARAM_IS_INCOMPATIBLE   0x06040043
 Parameter is incompatible. More...
 
#define ABORT_INTERNAL_DEVICE_INCOMPATIBILITY   0x06040047
 Device incompatibility. More...
 
#define ABORT_HARDWARE_ERROR   0x06060000
 Hardware error. More...
 
#define ABORT_PARAM_LENGTH_ERROR   0x06070010
 Parameter length error. More...
 
#define ABORT_PARAM_LENGTH_TOO_LONG   0x06070012
 Parameter is too long. More...
 
#define ABORT_PARAM_LENGTH_TOO_SHORT   0x06070013
 Parameter is too short. More...
 
#define ABORT_SUBINDEX_NOT_EXISTING   0x06090011
 Subindex (Entry) not exists. More...
 
#define ABORT_VALUE_EXCEEDED   0x06090030
 Value exceeds. More...
 
#define ABORT_VALUE_TOO_GREAT   0x06090031
 Value is too great. More...
 
#define ABORT_VALUE_TOO_SMALL   0x06090032
 Value is too small. More...
 
#define ABORT_MODULE_ID_LIST_NOT_MATCH   0x06090033
 Detected Module Ident List (0xF030) and Configured Module Ident list (0xF050) does not match. More...
 
#define ABORT_MAX_VALUE_IS_LESS_THAN_MIN_VALUE   0x06090036
 Value is less than minimum value. More...
 
#define ABORT_GENERAL_ERROR   0x08000000
 General error. More...
 
#define ABORT_DATA_CANNOT_BE_READ_OR_STORED   0x08000020
 Data can not be read or written. More...
 
#define ABORT_DATA_CANNOT_BE_READ_OR_STORED_BECAUSE_OF_LOCAL_CONTROL   0x08000021
 Data can not be accessed because of local control. More...
 
#define ABORT_DATA_CANNOT_BE_READ_OR_STORED_IN_THIS_STATE   0x08000022
 Data can not be read or written in the current state. More...
 
#define ABORT_NO_OBJECT_DICTIONARY_IS_PRESENT   0x08000023
 Object is not in the object dictionary. More...