AkTestIntN

Purpose:

Perform the test interface functions for AK instruments in the CyFlex system, handling commands, responses, and events to control instrument operations.

Enter:

AkTestIntN [options] <filename> [priority] [interval]

Where:

options

Options Include switches like +c for watchdog criticality and +q for quiet mode; options like p=priority for O/S priority, int=interval for process interval in milliseconds, inst=instrument name, f=specification file path, v=verbose file, and a0-a6 for asset variables. 

filename

Specify the input specifications filename.

priority

Specify the system priority level to assign to the 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:

AkTestIntN f=mySpecFile p=10 int=1000 inst=myInstrument

The preceding processes mySpecFile at a system priority level of 10 and signals the master scheduler once every second.

Notes:

 

See Also:

Master Scheduler