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 |
|
|
0 / 1 |
Operation mode |
1 |
|
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;