str_IM_0xAFF1

The data structure str_IM_0xAFF1 maps the structure of the I&M1 frame in the PLC. This structure is used both for reading from, and for the writing to a PROFINET device.

TYPE str_IM_0xAFF1 :
STRUCT
    nBlockTyp         : WORD;
    nBlockLen         : WORD;
    nBlockVersion     : WORD;
    st_IM_TagFunction : STRING(32);
    st_IM_TagLocation : STRING(22);
END_STRUCT
END_TYPE