ST_MMS_DebugPara

TYPE ST_MMS_DebugPara :
STRUCT
    bError  : BOOL := FALSE; (* Enable/disable error messages. *)
    bLog    : BOOL := FALSE; (* Enable/disable log messages. *)

    mms     : ST_ProtocolDebugPara;
    ulosi   : ST_ProtocolDebugPara;
    cotp    : ST_ProtocolDebugPara;
END_STRUCT
END_TYPE

bError: Activates / deactivates the output of error messages in the TwinCAT System Manager logger-view-window.

bLog: Activates / deactivates the output of log messages (information, warnings) in the TwinCAT System Manager logger-view-window.

mms: This structure contains the configuration parameters for the debug output of the MMS-layer.

ulosi: This structure contains the configuration parameters for the debug outout of the upper-layer-OSI-layer (ACSI, Presentation, Session).

cotp: This structure contains the configuration parameters for the debug output of the transport-layer.

Requirements

Development environment

Target system

PLC libraries to include

TwinCAT v2.10.0 Build >= 1340

PC or CX (x86, ARM)

TcMMS.Lib