AkTestIntFTIR
Purpose:
-
Use the test interface functions for instruments that use the FTIR interface protocol, processing commands, responses, and timers in a continuous loop.
Enter:
-
AkTestIntFTIR <spec_file> [p=priority] [i=interval] [v=verbose_file] [+c] [+q] [a0=<asset_lab>] <intervall>
Where:
-
spec_file
Specify the path for resource manager specifications.
p=priority
Optional. Specify the system priority level to assign to the process. The default is 15.
i=interval
Optional. Specify the time interval, in milliseconds, to indicate how often the master scheduler will be informed that this process is still running. The default is 1000 ms.
[v=verbose_file
Optional. Specify the file for verbose output.
+c
Optional. Specify this flag to indicate watchdog criticality.
+q
Optional. Specify this flag to indicate quiet mode; don’t repeat requests.
a0=<asset_lab>
Optional. Specify a valid asset real variable label.
intervall
Specify a timer name for the master scheduler.
Example:
-
AkTestIntFTIR mySpecFile 12 1000
The preceding processes mySpecFile at a system priority level of 12 and signals the master scheduler once every second.