TYPE MGT_REQ

TYPE MGT_REQ : (* Management Request *)
STRUCT
    ID : DINT; (* 32-bit transaction ID *)
    CMD : MGT_CMD; (* Management Command per IEC 61499-1, Table 8 *)
    TYPE : MGT_TYPE; (* Management Object Type *)
    CONTENTS : USTRING; (* Management Object Contents *)
END_STRUCT;
END_TYPE

This Structured Data Type models the Request element defined in the FBMGT DTD and subclause 6.4 of the Compliance Profile for Feasibility Demonstrations as follows:

The use of a variable of this data type instead of an XML Request element encoded as a STRING variable has several advantages for the transmission of management requests to remote devices: