AK_slave
Purpose:
-
Provide a generic AK slave interface for CyFlex. The command accepts and processes ascii commands and sends back an ascii reply.
Enter:
-
AK_slave <priority> <config_file> [+c] &
Where:
-
priority
Specify the task priority – generally between 16 and 18.
config_filename
Specify the AK configuration filename. If not started with “/” then the “/specs” directory is assumed.
+c
Optional. Specify this flag to indicate a critical task.
Example:
-
AK_slave 18 cfs_AK_config.1 &
Notes:
-
The configuration file must provide the information necessary for how this device operates and must already exist.
See Also:
cyflex/specs.def/cfs_AK_config.def for an example file