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
151f0f08
Commit
151f0f08
authored
17 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
standardScans.db; saveData.db
parent
8e744b76
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/st.cmd
+11
-1
11 additions, 1 deletion
iocBoot/iocCygwin/st.cmd
with
11 additions
and
1 deletion
iocBoot/iocCygwin/st.cmd
+
11
−
1
View file @
151f0f08
...
...
@@ -38,7 +38,16 @@ dbLoadTemplate("softMotor.substitutions")
dbLoadTemplate("pseudoMotor.substitutions")
< motorSim.cmd
# autoshutter test
dbLoadRecords("$(TOP)/xxxApp/Db/myBO.db", "P=xxx:")
# autoshutter test
dbLoadRecords("$(TOP)/xxxApp/Db/alarmClockTest.vdb", "P=xxx:,N=1")
#dbLoadRecords("$(TOP)/xxxApp/Db/IDBLTest.db", "real=xxx:m1,soft=xxx:softTest")
### Allstop, alldone
#var motorUtil_debug,1
dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=xxx:")
### streamDevice example
...
...
@@ -53,7 +62,8 @@ dbLoadRecords("$(STD)/stdApp/Db/sampleWheel.db", "P=xxx:,ROWMOTOR=xxx:m7,ANGLEMO
### Scan-support software
# crate-resident scan. This executes 1D, 2D, 3D, and 4D scans, and caches
# 1D data, but it doesn'
t
store
anything
to
disk
.
(
See
'saveData'
below
for
that
.
)
dbLoadRecords
(
"$(SSCAN)/sscanApp/Db/scan.db"
,
"P=xxx:,MAXPTS1=2000,MAXPTS2=1000,MAXPTS3=10,MAXPTS4=10,MAXPTSH=2000"
)
dbLoadRecords
(
"$(SSCAN)/sscanApp/Db/standardScans.db"
,
"P=xxx:,MAXPTS1=2000,MAXPTS2=1000,MAXPTS3=10,MAXPTS4=10,MAXPTSH=2000"
)
dbLoadRecords
(
"$(SSCAN)/sscanApp/Db/saveData.db"
,
"P=xxx:"
)
#
A
set
of
scan
parameters
for
each
positioner
.
This
is
a
convenience
#
for
the
user
.
It
can
contain
an
entry
for
each
scannable
thing
in
the
...
...
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