str_PN_Scan

The data structure str_PN_Scan contains information about the PROFINET device.

TYPE str_PN_Scan :
STRUCT
    IP_Addr          : ARRAY [0..3] OF BYTE;
    SubNetMask       : ARRAY [0..3] OF BYTE;
    DefaultGateway   : ARRAY [0..3] OF BYTE;
    MacID            : ARRAY [0..5] OF BYTE;
    VendorID         : WORD;
    DeviceID         : WORD;
    PN_NAME          : STRING(51);
END_STRUCT
END_TYPE

Name

Description

IP_Addr

IP address

SubNetMask

Subnet mask

DefaultGateway

Default gateway

MacId

MacId

VendorID

Vendor ID

DeviceID

Device ID

PN_NAME

PROFINET Name of the PROFINET device