You're reading the documentation for an older, but still supported version (GL013300).
For information on the latest version, please have a look at GL013301.

SETUP_OPERARION_INDUSTRIAL_ETHERNET

This is a structure information to define the operational setup for industrial Ethernet communication. It specifies the EtherNet/IP operation mode and embeds a full CONFIG_INDUSTRIAL_ETHERNET structure for detailed network configuration.

BYTE#

Field Name

Data Type

Value

Remarks

0

_nEtherNetIP_OpMode

unsigned char

0 / 1

Operation mode
0: Monitoring & GPR (476 bytes)
1: Only GPR (32 bytes)

1

tConfig

CONFIG_INDUSTRIAL_ETHERNET

Network configuration structure for EtherNet/IP and PROFINET

Total size: 305 bytes

Defined in: DRFS.h

typedef struct _SETUP_OPERARION_INDUSTRIAL_ETHERNET
{
    /* 0 : Monitoring&GPR (476 bytes), 1 : Only GPR (32 bytes) */
    unsigned char      _nEtherNetIP_OpMode;
    /* Industrial Ethernet configuration */
    CONFIG_INDUSTRIAL_ETHERNET tConfig;

} SETUP_OPERARION_INDUSTRIAL_ETHERNET, *LPSETUP_OPERARION_INDUSTRIAL_ETHERNET;