AkTestIntN
Purpose:
-
Perform the test interface functions for instruments that use the German Auto Emissions Instruments interface protocol.
Enter:
-
AkTestIntN <filename> <process_priority> <process_interval_in_ms>
Where:
-
filename
Specify the input specifications filename.
process_priority
Specify the system priority level to assign to the process.
process_interval_in_ms
Specify the time interval, in milliseconds, to indicate how often the master scheduler will be informed that this process is still running.
Example:
-
AkTestIntN mySpecFile 12 1000
The preceding processes mySpecFile at a system priority level of 12 and signals the master scheduler once every second.