save_list

Purpose:

Specify variables to maintain on disk for the CyFlex system.

Enter:

save_list <variable_name> [additional_variables …] [+d]

Where:

variable_name

Specify the label of the CyFlex variable to add or remove.

additional_variables

Optional. Specify additional labels of CyFlex variables to process.

+d

Optional. Specify this argument to remove all the variables specified from the list of saved variables.

Example:

save_list test_cycles los_subsys
The above command adds the variables test_cycles and los_subsys to the list of saved parameters.

save_list test_cycles +d
The above command removes the variable test_cycles from the list.

Notes:

This command is used to add or delete variables from the list periodically copied to the hard disk. Their values can then be restored if the system is stopped and then restarted. The labels and values are stored in the file /data/save_parameters.

The save_status program will update the values every minute.

The rstr_save_dat command will restore the values when the system is restarted.

The save_status program must be running to have the values updated on disk and the rstr_save_dat command must be executed within the go script to restore the values.

See Also:

rstr_save_dat, save_status