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
6faf378c
Commit
6faf378c
authored
13 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
R5-6
parent
34619f7c
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/iocLinux/st.cmd
+17
-7
17 additions, 7 deletions
iocBoot/iocLinux/st.cmd
with
17 additions
and
7 deletions
iocBoot/iocLinux/st.cmd
+
17
−
7
View file @
6faf378c
...
...
@@ -24,6 +24,15 @@ epicsEnvSet EPICS_CA_MAX_ARRAY_BYTES 64008
dbLoadDatabase("../../dbd/iocxxxLinux.dbd")
iocxxxLinux_registerRecordDeviceDriver(pdbbase)
# Autosave info node example
#dbLoadRecords("$(AUTOSAVE)/asApp/Db/infoExample.db","P=xxx:")
# Soft function generator
dbLoadRecords("$(CALC)/calcApp/Db/FuncGen.db","P=xxx:,Q=fgen,OUT=xxx:m7.VAL")
# user-assignable ramp/tweak
dbLoadRecords("$(STD)/stdApp/Db/ramp_tweak.db","P=xxx:,Q=rt1")
### save_restore setup
# We presume a suitable initHook routine was compiled into xxx.munch.
# See also create_monitor_set(), after iocInit() .
...
...
@@ -69,7 +78,7 @@ dbLoadTemplate("scanParms.substitutions")
###
2
-post
mirror
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/2postMirror.db"
,
"P=xxx:,Q=M1,mDn=m1
8
,mUp=m
17
,LENGTH=0.3"
)
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/2postMirror.db"
,
"P=xxx:,Q=M1,mDn=m1,mUp=m
2
,LENGTH=0.3"
)
###
User
filters
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/filterMotor.db"
,
"P=xxx:,Q=fltr1:,MOTOR=m1,LOCK=fltr_1_2:"
)
...
...
@@ -83,16 +92,15 @@ dbLoadTemplate("scanParms.substitutions")
###
Monochromator
support
###
#
Kohzu
and
PSL
monochromators
:
Bragg
and
theta
/Y/Z
motors
#
standard
geometry
(
geometry
1
)
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/kohzuSeq.db"
,
"P=xxx:,M_THETA=m
9
,M_Y=m
10
,M_Z=m
11
,yOffLo=17.4999,yOffHi=17.5001"
)
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/kohzuSeq.db"
,
"P=xxx:,M_THETA=m
1
,M_Y=m
2
,M_Z=m
3
,yOffLo=17.4999,yOffHi=17.5001"
)
#
modified
geometry
(
geometry
2
)
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/kohzuSeq.db"
,
"P=xxx:,M_THETA=m
9
,M_Y=m
10
,M_Z=m
11
,yOffLo=4,yOffHi=36"
)
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/kohzuSeq.db"
,
"P=xxx:,M_THETA=m
1
,M_Y=m
2
,M_Z=m
2
,yOffLo=4,yOffHi=36"
)
#
Spherical
grating
monochromator
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/SGM.db"
,
"P=xxx:,N=1,M_x=m7,M_rIn=m6,M_rOut=m8,M_g=m9"
)
#
4
-bounce
high
-resolution
monochromator
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/hrSeq.db"
,
"P=xxx:,N=1,M_PHI1=m9,M_PHI2=m10"
)
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/hrSeq.db"
,
"P=xxx:,N=2,M_PHI1=m11,M_PHI2=m12"
)
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/hrSeq.db"
,
"P=xxx:,N=1,M_PHI1=m1,M_PHI2=m2"
)
###
Orientation
matrix
,
four
-circle
diffractometer
(
see
seq
program
'orient'
below
)
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/orient.db"
,
"P=xxx:,O=1,PREC=4"
)
...
...
@@ -124,6 +132,8 @@ dbLoadRecords("$(CALC)/calcApp/Db/interp.db", "P=xxx:,N=2000")
dbLoadRecords
(
"$(CALC)/calcApp/Db/interpNew.db"
,
"P=xxx:,Q=1,N=2000"
)
#
array
test
dbLoadRecords
(
"$(CALC)/calcApp/Db/arrayTest.db"
,
"P=xxx:,N=2000"
)
#
pvHistory
(
in
-crate
archive
of
up
to
three
PV
's)
dbLoadRecords("$(STD)/stdApp/Db/pvHistory.db","P=xxx:,N=1,MAXSAMPLES=1440")
# busy record
dbLoadRecords("$(BUSY)/busyApp/Db/busyRecord.db", "P=xxx:,R=mybusy")
...
...
@@ -157,8 +167,8 @@ dbLoadRecords("$(DEVIOCSTATS)/db/iocGeneralTime.db","IOCNAME=xxx")
iocInit
###
startup
State
Notation
Language
programs
#seq &kohzuCtl, "P=xxx:, M_THETA=m
9
, M_Y=m
10
, M_Z=m
11
, GEOM=1, logfile=kohzuCtl.log"
#seq &hrCtl, "P=xxx:, N=1, M_PHI1=m
9
, M_PHI2=m
10
, logfile=hrCtl1.log"
#seq
&
kohzuCtl
,
"P=xxx:, M_THETA=m
1
, M_Y=m
2
, M_Z=m
3
, GEOM=1, logfile=kohzuCtl.log"
#seq
&
hrCtl
,
"P=xxx:, N=1, M_PHI1=m
1
, M_PHI2=m
2
, logfile=hrCtl1.log"
#
Keithley
2000
series
DMM
#
channels
:
10
,
20
,
or
22
;
model
:
2000
or
2700
...
...
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