for (int32_t groupId = 0; groupId < controller->NetworkSyncGroupCountGet(); groupId++)
{
printf("Group %u: state %d WKC %u/%u\n",
}
Status of a single EtherCAT sync group.
RSINetworkSyncGroupState State
Current group state – see RSINetworkSyncGroupState for the meaning of each value.
uint32_t Id
Sync group id (0 = default group).
uint32_t ActualWkc
Most recent actual Working Counter. Less than ExpectedWkc while a group node is out of OP.
uint32_t ExpectedWkc
Expected Working Counter for this group's cyclic datagram.