AkComm
Purpose:
-
Manage communication tasks for instruments in the CyFlex system, processing commands, responses, and periodic timers.
Enter:
-
AkComm <f=spec_file> [p=priority] [i=interval] [v=<verbose_file>] [+c] <intervall>
Where:
-
f=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.
v=<verbose_file>
Optional. Specify a file for output or specify stdout.
+c
Optional. Specify this flag to indicate watchdog criticality.
intervall
Specify the interval value in milliseconds.
Example:
-
AkComm f=mySpecFile p=12 i=1000
The preceding processes mySpecFile at a system priority level of 12 and signals the master scheduler once every second.