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
174b523c
Commit
174b523c
authored
16 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
some lines were too long for vxWorks; fixed by creating env variables
parent
d6af3380
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/st.cmd
+7
-4
7 additions, 4 deletions
iocBoot/iocvxWorks/st.cmd
with
7 additions
and
4 deletions
iocBoot/iocvxWorks/st.cmd
+
7
−
4
View file @
174b523c
...
...
@@ -106,7 +106,8 @@ dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=xxx:")
### 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/standardScans.db"
,
"P=xxx:,MAXPTS1=8000,MAXPTS2=1000,MAXPTS3=1000,MAXPTS4=1000,MAXPTSH=8000"
)
putenv
"MP=MAXPTS"
dbLoadRecords
(
"$(SSCAN)/sscanApp/Db/standardScans.db"
,
"P=xxx:,$(MP)1=8000,$(MP)2=1000,$(MP)3=1000,$(MP)4=1000,$(MP)H=8000"
)
dbLoadRecords
(
"$(SSCAN)/sscanApp/Db/saveData.db"
,
"P=xxx:"
)
#
A
set
of
scan
parameters
for
each
positioner
.
This
is
a
convenience
...
...
@@ -258,7 +259,8 @@ iocInit
seq
&
Io
,
"P=xxx:Io:,MONO=xxx:BraggEAO,VSC=xxx:scaler1"
#
Start
Femto
amplifier
sequence
programs
#seq
&
femto
,
"name=fem1,P=xxx:,H=fem01:,F=seq01:,G1=xxx:Unidig1Bo6,G2=xxx:Unidig1Bo7,G3=xxx:Unidig1Bo8,NO=xxx:Unidig1Bo10"
putenv
"FBO=xxx:Unidig1Bo"
#seq
&
femto
,
"name=fem1,P=xxx:,H=fem01:,F=seq01:,G1=$(FBO)6,G2=$(FBO)7,G3=$(FBO)8,NO=$(FBO)10"
#
Start
PF4
filter
sequence
program
#
name
=
what
user
will
call
it
...
...
@@ -270,8 +272,9 @@ seq &Io, "P=xxx:Io:,MONO=xxx:BraggEAO,VSC=xxx:scaler1"
#
B2
=
Filter
control
bit
1
PV
#
B3
=
Filter
control
bit
2
PV
#
B4
=
Fitler
control
bit
3
PV
#seq
&
pf4
,
"name=pf1,P=xxx:,H=pf4:,B=A,M=xxx:BraggEAO,B1=xxx:Unidig1Bo3,B2=xxx:Unidig1Bo4,B3=xxx:Unidig1Bo5,B4=xxx:Unidig1Bo6"
#seq
&
pf4
,
"name=pf2,P=xxx:,H=pf4:,B=B,M=xxx:BraggEAO,B1=xxx:Unidig1Bo7,B2=xxx:Unidig1Bo8,B3=xxx:Unidig1Bo9,B4=xxx:Unidig1Bo10"
putenv
"BO=xxx:Unidig1Bo"
#seq
&
pf4
,
"name=pf1,P=xxx:,H=pf4:,B=A,M=xxx:BraggEAO,B1=$(BO)3,B2=$(BO)4,B3=$(BO)5,B4=$(BO)6"
#seq
&
pf4
,
"name=pf2,P=xxx:,H=pf4:,B=B,M=xxx:BraggEAO,B1=$(BO)7,B2=$(BO)8,B3=$(BO)9,B4=$(BO)10"
###
Start
up
the
autosave
task
and
tell
it
what
to
do
.
#
The
task
is
actually
named
"save_restore"
.
...
...
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