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
9ab76474
Commit
9ab76474
authored
17 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
Last change replaced env vars with global symbols, which only work on vxWorks
parent
3ef9a574
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iocBoot/iocCygwin/save_restore.cmd
+24
-25
24 additions, 25 deletions
iocBoot/iocCygwin/save_restore.cmd
with
24 additions
and
25 deletions
iocBoot/iocCygwin/save_restore.cmd
+
24
−
25
View file @
9ab76474
...
...
@@ -23,8 +23,7 @@ save_restoreSet_NumSeqFiles(3)
save_restoreSet_SeqPeriodInSeconds
(
300
)
#
specify
where
save
files
should
be
#set_savefile_path
(
startup
,
"autosave"
)
set_savefile_path
(
"/export/oxygen4/MOONEY/epics/synApps/support/xxx/iocBoot/iocvxWorks"
,
"autosave"
)
set_savefile_path
(
"$(STARTUP)"
,
"autosave"
)
###
#
specify
what
save
files
should
be
restored
.
Note
these
files
must
be
...
...
@@ -40,29 +39,29 @@ set_pass1_restoreFile("auto_settings.sav")
###
#
specify
directories
in
which
to
to
search
for
included
request
files
set_requestfile_path
(
startup
,
""
)
set_requestfile_path
(
startup
,
"autosave"
)
set_requestfile_path
(
autosave
,
"asApp/Db"
)
set_requestfile_path
(
calc
,
"calcApp/Db"
)
#set_requestfile_path
(
camac
,
"camacApp/Db"
)
set_requestfile_path
(
ccd
,
"ccdApp/Db"
)
set_requestfile_path
(
dac128v
,
"dac128VApp/Db"
)
set_requestfile_path
(
dxp
,
"dxpApp/Db"
)
set_requestfile_path
(
ip
,
"ipApp/Db"
)
set_requestfile_path
(
ip
330
,
"ip330App/Db"
)
set_requestfile_path
(
ipunidig
,
"ipUnidigApp/Db"
)
#set_requestfile_path
(
love
,
"loveApp/Db"
)
set_requestfile_path
(
mca
,
"mcaApp/Db"
)
#set_requestfile_path
(
modbus
,
"modbusApp/Db"
)
set_requestfile_path
(
motor
,
"motorApp/Db"
)
set_requestfile_path
(
optics
,
"opticsApp/Db"
)
#set_requestfile_path
(
pilatus
,
"pilatusApp/Db"
)
set_requestfile_path
(
quadem
,
"quadEMApp/Db"
)
set_requestfile_path
(
sscan
,
"sscanApp/Db"
)
set_requestfile_path
(
std
,
"stdApp/Db"
)
#set_requestfile_path
(
vac
,
"vacApp/Db"
)
set_requestfile_path
(
vme
,
"vmeApp/Db"
)
set_requestfile_path
(
top
,
"xxxApp/Db"
)
set_requestfile_path
(
"$(STARTUP)"
,
""
)
set_requestfile_path
(
"$(STARTUP)"
,
"autosave"
)
set_requestfile_path
(
"$(AUTOSAVE)"
,
"asApp/Db"
)
set_requestfile_path
(
"$(CALC)"
,
"calcApp/Db"
)
#set_requestfile_path
(
"$(CAMAC)"
,
"camacApp/Db"
)
set_requestfile_path
(
"$(CCD)"
,
"ccdApp/Db"
)
set_requestfile_path
(
"$(DAC128V)"
,
"dac128VApp/Db"
)
set_requestfile_path
(
"$(DXP)"
,
"dxpApp/Db"
)
set_requestfile_path
(
"$(IP)"
,
"ipApp/Db"
)
set_requestfile_path
(
"$(IP
330
)"
,
"ip330App/Db"
)
set_requestfile_path
(
"$(IPUNIDIG)"
,
"ipUnidigApp/Db"
)
#set_requestfile_path
(
"$(LOVE)"
,
"loveApp/Db"
)
set_requestfile_path
(
"$(MCA)"
,
"mcaApp/Db"
)
#set_requestfile_path
(
"$(MODBUS)"
,
"modbusApp/Db"
)
set_requestfile_path
(
"$(MOTOR)"
,
"motorApp/Db"
)
set_requestfile_path
(
"$(OPTICS)"
,
"opticsApp/Db"
)
#set_requestfile_path
(
"$(PILATUS)"
,
"pilatusApp/Db"
)
set_requestfile_path
(
"$(QUADEM)"
,
"quadEMApp/Db"
)
set_requestfile_path
(
"$(SSCAN)"
,
"sscanApp/Db"
)
set_requestfile_path
(
"$(STD)"
,
"stdApp/Db"
)
#set_requestfile_path
(
"$(VAC)"
,
"vacApp/Db"
)
set_requestfile_path
(
"$(VME)"
,
"vmeApp/Db"
)
set_requestfile_path
(
"$(TOP)"
,
"xxxApp/Db"
)
#
Debug
-output
level
save_restoreSet_Debug
(
0
)
...
...
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