ST_MDP_IdentityObject

TYPE ST_MDP_IdentityObject :
STRUCT
    iLen          : UINT;      (* Length *)
    iVendor       : UDINT;     (* Vendor *)
    iProductCode  : UDINT;     (* Product Code *)     (* not yet supported *)
    iRevNumber    : UDINT;     (* Revision Number *) (* not yet supported *)
    iSerialNumber : UDINT;     (* Serial Number *)
END_STRUCT
END_TYPE

The structure contains information on the ‘IdentityObject’ table, which can be found in the IPC diagnostics general area.

This complete information can be queried by means of the function block FB_MDP_IdentityObj_Read.

The parameters in this structure correspond to the subindices of the 'identity object' table in the IPC diagnostics general area.