From 75d5803f64de710336ca218b15fb619e491318b1 Mon Sep 17 00:00:00 2001 From: timmmooney <mooney@aps.anl.gov> Date: Fri, 30 Jul 2004 16:19:21 +0000 Subject: [PATCH] Add commented-out command to load interpolation tables from a file in this directory. --- iocBoot/iocvxWorks/save_restore.cmd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/iocBoot/iocvxWorks/save_restore.cmd b/iocBoot/iocvxWorks/save_restore.cmd index 1e05c96..5a210bb 100644 --- a/iocBoot/iocvxWorks/save_restore.cmd +++ b/iocBoot/iocvxWorks/save_restore.cmd @@ -24,6 +24,7 @@ save_restoreSet_SeqPeriodInSeconds(300) # specify where save files should be set_savefile_path(startup, "autosave") +### # specify what save files should be restored. Note these files must be # in the directory specified in set_savefile_path(), or, if that function # has not been called, from the directory current when iocInit is invoked @@ -31,6 +32,12 @@ set_pass0_restoreFile("auto_positions.sav") set_pass0_restoreFile("auto_settings.sav") set_pass1_restoreFile("auto_settings.sav") +# load general-purpose interpolation tables with local, user-editable file +# (if interp_settings.req is included in auto_settings.req, the next line +# will overwrite those restored values) +#set_pass1_restoreFile("interp.sav") + +### # specify directories in which to to search for included request files set_requestfile_path(startup, "") set_requestfile_path(startup, "autosave") -- GitLab