rstr_save_dat
Purpose:
- Restore variables from disk to shared memory for CyFlex.
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.
Use the save_list command to add or delete parameters from the list.