#include <ethercattype.h>
Public Attributes | |
union { | |
struct { | |
uint8 b1 | |
uint16 ErrorCode | |
uint8 ErrorReg | |
uint16 w1 | |
uint16 w2 | |
} | |
int32 AbortCode | |
}; | |
ec_err_type | Etype |
uint16 | Index |
boolean | Signal |
uint16 | Slave |
uint8 | SubIdx |
ec_timet | Time |
Struct to retrieve errors.
Definition at line 492 of file ethercattype.h.
union { ... } |
General abortcode
Definition at line 509 of file ethercattype.h.
Definition at line 515 of file ethercattype.h.
Definition at line 513 of file ethercattype.h.
Definition at line 514 of file ethercattype.h.
Type of error
Definition at line 505 of file ethercattype.h.
CoE SDO index that generated the error
Definition at line 501 of file ethercattype.h.
Signal bit, error set but not read
Definition at line 497 of file ethercattype.h.
Slave number that generated the error
Definition at line 499 of file ethercattype.h.
CoE SDO subindex that generated the error
Definition at line 503 of file ethercattype.h.
Time at which the error was generated.
Definition at line 495 of file ethercattype.h.
Definition at line 516 of file ethercattype.h.
Definition at line 517 of file ethercattype.h.