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
75d5803f
Commit
75d5803f
authored
20 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
Add commented-out command to load interpolation tables from a file
in this directory.
parent
5004789a
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
+7
-0
7 additions, 0 deletions
iocBoot/iocvxWorks/save_restore.cmd
with
7 additions
and
0 deletions
iocBoot/iocvxWorks/save_restore.cmd
+
7
−
0
View file @
75d5803f
...
...
@@ -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"
)
...
...
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