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