ST_EcCrcError
Structure containing the CRC error counters of the individual ports (A, B and C) of an EtherCAT slave device.
TYPE ST_EcCrcError :
STRUCT
portA : UDINT;
portB : UDINT;
portC : 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 |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.0 | PC or CX (x86, x64, ARM) | Tc2_EtherCAT |