asc_init

Purpose:

Initialize the CyFlex ASC task by processing configuration files, setting up events, and preparing shared memory for communication.

Enter:

asc_init <priority> <name_stem> <cfg_file>

Where:

priority

Specify the task priority as an integer.

name_stem

Specify a name string to use and create the event names to communicate with the ASC task.

cfg_file

Specify the configuration filename.

Example:

asc_init 11 AK /specs/AK.cfg
The above starts asc_init at priority 11, creates event names with a prefix of ‘AK’, and reads the spec file /specs/AK.cfg.

Notes:

This task is normally spawned by the ASC task when it is started.

See Also: