str_IM_0xAFF0

The data structure str_IM_0xAFF0 maps the structure of the I&M0 frame in the PLC. This structure is used to read from a PROFINET device and contains vendor information.

TYPE str_IM_0xAFF0 :
STRUCT
    nBlockTyp         : WORD;
    nBlockLen         : WORD;
    nBlockVersion     : WORD;
    nVendorID         : WORD;
    cOrderID          : STRING(21);
    cSerialNumber     : STRING(17);
    nHW_Rev           : WORD;
    strSW_Rev         : str_SW_Rec;
    nRevCount         : WORD;
    nProfileID        : WORD;
    nProfileSpecType  : WORD;
    arIM_Version      : ARRAY [0..1) OF BYTE;
    nSupport          : WORD;
END_STRUCT
END_TYPE