Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxx-R6-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
synApps_6_1_Working
xxx-R6-1
Commits
60e688c8
Commit
60e688c8
authored
17 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
42450cb5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iocBoot/iocvxWorks/save_restore.cmd
+4
-5
4 additions, 5 deletions
iocBoot/iocvxWorks/save_restore.cmd
with
4 additions
and
5 deletions
iocBoot/iocvxWorks/save_restore.cmd
+
4
−
5
View file @
60e688c8
...
...
@@ -26,7 +26,7 @@ save_restoreSet_SeqPeriodInSeconds(300)
#
specify
where
save
files
should
be
#set_savefile_path
(
startup
,
"autosave"
)
set_savefile_path
(
"/export/oxygen4/MOONEY/epics/synApps
_T202_E3_14_7_R5_1
/support/xxx/iocBoot/iocvxWorks"
,
"autosave"
)
set_savefile_path
(
"/export/oxygen4/MOONEY/epics/synApps/support/xxx/iocBoot/iocvxWorks"
,
"autosave"
)
###
#
specify
what
save
files
should
be
restored
.
Note
these
files
must
be
...
...
@@ -36,10 +36,9 @@ set_pass0_restoreFile("auto_positions.sav")
set_pass0_restoreFile
(
"auto_settings.sav"
)
set_pass1_restoreFile
(
"auto_settings.sav"
)
#
load
general
-purpose
interpolation
tables
with
the
local
,
user
-editable
#
file
interp
.sav.
(
If
interp_settings
.req
is
included
in
auto_settings
.req
,
#
the
next
line
will
overwrite
those
restored
values
.
)
#set_pass1_restoreFile
(
"interp.sav"
)
#
Note
that
you
can
restore
a
.sav
file
without
also
autosaving
to
it
.
#set_pass0_restoreFile
(
"myInitData.sav"
)
#set_pass1_restoreFile
(
"myInitData.sav"
)
###
#
specify
directories
in
which
to
to
search
for
included
request
files
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment