ST_MDP_TwinCAT
TYPE ST_MDP_TwinCAT :
STRUCT
iLen : UINT; (* Length *)
iMajorVersion : UINT; (* Major Version *)
iMinorVersion : UINT; (* Minor Version *)
iBuild : UINT; (* Build *)
sAmsNETid : T_MaxString; (* Ams NET ID *)
iRegLevel : UDINT; (* TwinCAT registration level *)
iStatus : UINT; (* TwinCAT status *)
iRunAsDev : UINT; (* Run As Device *) (* available for WindowsCE *)
iShowTargetVisu : UINT; (* show target visualization *) (* available for WindowsCE *)
iLogFileSize : UDINT; (* log file size *) (* available for WindowsCE *)
sLogFilePath : T_MaxString; (* log file path *) (* available for WindowsCE *)
END_STRUCT
END_TYPE
The structure contains information on the MDP TwinCAT module.
This complete information can be queried by means of the function block FB_MDP_TwinCAT_Read.
The parameters existing in this structure correspond to the subindices of the first table (Table ID 1) within the MDP TwinCAT module.