ST_EcCrcErrorEx

Structure containing the Crc error counters of the individual ports (A, B, C and D) of an EtherCAT slave device.

YPE ST_EcCrcErrorEx :
STRUCT
    portA : UDINT;
    portB : UDINT;
    portC : UDINT;
    portD : UDINT;
END_STRUCT
END_TYPE

portA: CRC error counter of Port A

portB: CRC error counter of Port B

portC: CRC error counter of Port C

portD: CRC error counter of Port D

 

Requirements

Development environment

Target system type

PLC libraries to be linked

TwinCAT v2.10.0 Build >= 1319 or higher

PC or CX (x86)

TcEtherCAT.lib
( Standard.Lib; TcBase.Lib; TcSystem.Lib, TcUtilities.Lib are included automatically )

TwinCAT v2.10.0 Build >= 1319 or higher

CX (ARM)