ST_EcCrcErrorEx
Structure containing the CRC error counters of the individual ports (A, B, C and D) of an EtherCAT slave device.
TYPE ST_EcCrcErrorEx :
STRUCT
portA : UDINT;
portB : UDINT;
portC : UDINT;
portD : UDINT;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
portA | UDINT | CRC error counter of Port A |
portB | UDINT | CRC error counter of Port B |
portC | UDINT | CRC error counter of Port C |
portD | UDINT | CRC error counter of Port D |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.0 | PC or CX (x86, x64, ARM) | Tc2_EtherCAT |