for list of ethercat slave groups More...
#include <ethercatmain.h>
Data Fields | |
uint32 | logstartaddr |
logical start address for this group | |
uint32 | Obytes |
output bytes, if Obits < 8 then Obytes = 0 | |
uint8 * | outputs |
output pointer in IOmap buffer | |
uint32 | Ibytes |
input bytes, if Ibits < 8 then Ibytes = 0 | |
uint8 * | inputs |
input pointer in IOmap buffer | |
boolean | hasdc |
has DC capabillity | |
uint16 | DCnext |
next DC slave | |
int16 | Ebuscurrent |
E-bus current. | |
uint8 | blockLRW |
if >0 block use of LRW in processdata | |
uint16 | nsegments |
IO segegments used. | |
uint16 | Isegment |
1st input segment | |
uint16 | Ioffset |
Offset in input segment. | |
uint16 | expectedWKC |
Expected workcounter. | |
boolean | docheckstate |
check slave states | |
uint32 | IOsegment [EC_MAXIOSEGMENTS] |
IO segmentation list. |
for list of ethercat slave groups
Definition at line 250 of file ethercatmain.h.
if >0 block use of LRW in processdata
Definition at line 269 of file ethercatmain.h.
next DC slave
Definition at line 265 of file ethercatmain.h.
boolean docheckstate |
check slave states
Definition at line 279 of file ethercatmain.h.
E-bus current.
Definition at line 267 of file ethercatmain.h.
Expected workcounter.
Definition at line 277 of file ethercatmain.h.
boolean hasdc |
has DC capabillity
Definition at line 263 of file ethercatmain.h.
input bytes, if Ibits < 8 then Ibytes = 0
Definition at line 259 of file ethercatmain.h.
input pointer in IOmap buffer
Definition at line 261 of file ethercatmain.h.
Offset in input segment.
Definition at line 275 of file ethercatmain.h.
IO segmentation list.
Datagrams must not break SM in two.
Definition at line 281 of file ethercatmain.h.
1st input segment
Definition at line 273 of file ethercatmain.h.
logical start address for this group
Definition at line 253 of file ethercatmain.h.
IO segegments used.
Definition at line 271 of file ethercatmain.h.
output bytes, if Obits < 8 then Obytes = 0
Definition at line 255 of file ethercatmain.h.
output pointer in IOmap buffer
Definition at line 257 of file ethercatmain.h.