rstr_save_dat

 

Purpose:

Restore variables from disk.

Enter:

rstr_save_dat

Where:

N/A

Example:

rstr_save_dat
The above command restores the variables defined in /data/save_parameters to memory.

Notes:

This command reads the variables and their values in the file /data/save_parameters and updates the values in memory.

This command is usually executed from within the go script. Its function is to retrieve variables from disk that need to be saved from one session of CyFlex to another. Typically, these variables would be hour meters, test cycle counters, etc. Parameters are are added or deleted from the list by using the command save_list.

See Also:

save_list, save_status