ST_EcSlaveScannedData

The ST_EcSlaveScannedData structure contains the EtherCAT configuration data of a scanned EtherCAT slave device.

TYPE EcSlaveScannedData:
STRUCT
    nEntries        : WORD;
    nAddr           : WORD;
    stSlaveIdentity : ST_EcSlaveIdentity;
    ndlStatusReg    : WORD;
END_STRUCT
END_TYPE


Name

Type

Description

nEntries

WORD

Used internally

nAddr

WORD

Address of an EtherCAT slave

stSlaveIdentity

ST_EcSlaveIdentity

Identity of an EtherCAT slave (see ST_EcSlaveIdentity)

ndlStatusReg

WORD

Link status of an EtherCAT slave from ESC register 0110/0111hex or 272/273dec. If the slave is not available/offline, the status 0 is displayed.

The assignment “Port number <=> socket/Ebus contact” can be found in the respective device documentation. Unless otherwise described, Port0 is the left Ebus contact of an EL/ES terminal or RJ45 socket of an EP box, Port1 is the right outgoing Ebus contact/RJ45 socket.

The bit meanings of ndlStatusReg are:

Bit

Meaning

1

internal use

2

internal use

3

internal use

4

physical link on Port 0
0: no link,
1: Link detected

5

physical link on Port 1
0: no link,
1: Link detected

6

physical link on Port 2
0: no link,
1: Link detected

7

physical link on Port 3
0: no link,
1: Link detected

8

Loop Port 0
0: Open,
1: Closed

9

Communication on Port 0
0: no stable communication,
1: Communication established

10

Loop Port 1
0: Open,
1: Closed

11

Communication on Port 1
0: no stable communication,
1: Communication established

12

Loop Port 2
0: Open,
1: Closed

13

Communication on Port 2
0: no stable communication
1: Communication established

14

Loop Port 3
0: Open,
1: Closed

15

Communication on Port 3
0: no stable communication,
1: Communication established

Prerequisites

Development environment

Target platform

PLC libraries to include

TwinCAT v3.1.0

PC or CX (x86, x64, Arm®)

Tc2_EtherCAT