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
25ca77e8
Commit
25ca77e8
authored
17 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
Added DEAD_SECONDS macro for save_restoreStatus.db
Added call to save_restoreSet_UseStatusPVs()
parent
f8ab1986
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
+9
-5
9 additions, 5 deletions
iocBoot/iocvxWorks/save_restore.cmd
with
9 additions
and
5 deletions
iocBoot/iocvxWorks/save_restore.cmd
+
9
−
5
View file @
25ca77e8
...
...
@@ -3,24 +3,27 @@
###
save_restore
setup
#
#
The
rest
this
file
does
not
require
modification
for
standard
use
,
but
...
#
This
file
does
not
require
modification
for
standard
use
,
but
...
#
If
you
want
save_restore
to
manage
its
own
NFS
mount
,
specify
the
name
and
#
IP
address
of
the
file
server
to
which
save
files
should
be
written
.
#
This
currently
is
supported
only
on
vxWorks
.
save_restoreSet_NFSHost
(
"oxygen"
,
"164.54.52.4"
)
#
status
-PV
prefix
#
status
PVs
#save_restoreSet_UseStatusPVs
(
1
)
save_restoreSet_status_prefix
(
"xxx:"
)
#
Debug
-output
level
save_restoreSet_Debug
(
0
)
dbLoadRecords
(
"$(AUTOSAVE)/asApp/Db/save_restoreStatus.db"
,
"P=xxx:, DEAD_SECONDS=5"
)
#
Ok
to
save
/restore
save
sets
with
missing
values
(
no
CA
connection
to
PV
)?
save_restoreSet_IncompleteSetsOk
(
1
)
#
Save
dated
backup
files
?
save_restoreSet_DatedBackupFiles
(
1
)
#
Number
of
sequenced
backup
files
to
write
save_restoreSet_NumSeqFiles
(
3
)
#
Time
interval
between
sequenced
backups
save_restoreSet_SeqPeriodInSeconds
(
300
)
...
...
@@ -63,6 +66,7 @@ set_requestfile_path(std, "stdApp/Db")
set_requestfile_path
(
vme
,
"vmeApp/Db"
)
set_requestfile_path
(
top
,
"xxxApp/Db"
)
dbLoadRecords
(
"$(AUTOSAVE)/asApp/Db/save_restoreStatus.db"
,
"P=xxx:"
)
#
Debug
-output
level
save_restoreSet_Debug
(
0
)
#
END
save_restore
.cmd
--------------------------------------------------------
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