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

portA: CRC error counter of Port A

portB: CRC error counter of Port B

portC: CRC error counter of Port C

 

Requirements

Development environment

Target system type

PLC libraries to be linked

TwinCAT v2.10.0 or higher

PC or CX (x86)

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

TwinCAT v2.10.0 Build >= 1301 or higher

CX (ARM)