EventIDs (GVL)

Event Ids for the events of CmpTraceMgr.

All packet events have the parameter type EVTPARAM_CmpTraceMgr_Packet. All record events have the parameter type EVTPARAM_CmpTraceMgr_Record.

InOut:

Scope

Name

Type

Initial

Comment

Constant

EVTPARAMID_CmpTraceMgr_Packet

UDINT

16#1

EVTVERSION_CmpTraceMgr_Packet

UDINT

16#1

EVTPARAMID_CmpTraceMgr_Record

UDINT

16#2

EVTVERSION_CmpTraceMgr_Record

UDINT

16#1

EVT_TRACEMGR_PACKET_CREATE

DWORD

16#10001

Sent after a packet is created (packet event)

EVT_TRACEMGR_PACKET_DELETE

DWORD

16#10002

Sent before a packet is deleted (packet event)

EVT_TRACEMGR_ADD_RECORD

DWORD

16#10003

Sent after a record has been added (record event)

EVT_TRACEMGR_REMOVE_RECORD

DWORD

16#10004

Sent before a record is removed (record event)

EVT_TRACEMGR_PACKET_COMPLETE

DWORD

16#10005

Sent when the packet is complete (all records have been added) (packet event)

EVT_TRACEMGR_PACKET_STATE_CHANGED

DWORD

16#10006

Sent after the packet state changed (packet event)

EVT_TRACEMGR_UPDATE_RECORD

DWORD

16#10007

Sent for each record when new samples are to be recorded. This is event is cyclically sent out of the trace task. (record event)

EVT_TRACEMGR_PACKET_TRIGGER

DWORD

16#10008

Sent when the trigger fires (packet event)

EVT_TRACEMGR_PACKET_SAMPLE

DWORD

16#10009

Sent just before the trace buffers are read by the trace editor to inform all trace handlers to provide all data