MsgTestInt
Purpose:
-
Perform initialization and event processing for the MSG Instrument Test Interface Task, handling commands and responses for message protocols.
Enter:
-
MsgTestInt [interval] [p=priority] <inst=inst_name> [v=verbose_file] [+c]
Where:
-
interval
Optional Specify an interval in milliseconds. The default is 100.
p
Optional. Specify the task priority. The default is 15.
inst
Specify the registered name for the device managed by this task.
v
Optional. Specify to send the output to stdout or specify a report filename. The default is stdout.
+c
Optional. Specify this flag to indicate a critical watchdog task.
Example:
-
MsgTestInt p=18 2000 inst=CTC_MEXA v=/data/errors/my_ctc_mexa.out +c &
In the example above, the task priority is 18, interval is 2000 milliseconds, the registered name for device is CTC_MEXA, the report file is my_ctc_mexa.out, created in the /data/errors/ folder, and the task is watchdog critical. v=NONE if report file is not required