MsgMon

Purpose:

Attach to several MSG Protocol events and display their data contents.

Enter:

MsgMon <device> <suffix1> suffix2> … <ign>

Where:

device

Specify the device to monitor. This is used as the base root of the event name to be monitored. E.g. CTC_MEXA

suffix1

Specify the suffix of the event to monitor. This is combined with the ‘device’ to create an event that will be monitored. E.g. IX

suffix2

Specify the suffix of another event to monitor. This is combined with the ‘device’ to create an event that will be monitored. E.g. IR

ign=<Taskname>

Optional. Specify task name whose events should be ignored. If this task sets any of the events being monitored it will be ignored. The default is NONE.

Additional suffixes to be monitored. The supported suffixes are IX, IR, CC, CR, TR, TC

Note: The device and a minimum of one suffix must be entered.

Example:

MsgMon CTC_MEXA IR IX|
The above monitors the device CTC_MEXA and the events CTC_MEXA_IX and CTC_MEXA_IR that are associated with that device.

MsgMon CTC_MEXA IR IX ign=MsgUdpIn
The above monitors the device CTC_MEXA and the events CTC_MEXA_IX and CTC_MEXA_IR that are associated with that device. Any events set by task ‘MsgUdpIn’ will be ignored.

Notes:

 

See Also: