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
7bab18bc
Commit
7bab18bc
authored
10 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
f1d2bc1f
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
+12
-5
12 additions, 5 deletions
iocBoot/iocvxWorks/st.cmd
with
12 additions
and
5 deletions
iocBoot/iocvxWorks/st.cmd
+
12
−
5
View file @
7bab18bc
...
...
@@ -57,16 +57,23 @@ iocxxxVX_registerRecordDeviceDriver(pdbbase)
### Access Security
dbLoadRecords("$(TOP)/xxxApp/Db/Security_Control.db","P=xxx:")
# Use iocsh, because asSetFilename() doesn'
t
expand
macros
iocsh
asSetFilename("$(TOP)/iocBoot/accessSecurity.acf")
exit
asSetSubstitutions("P=xxx:")
#
caputRecorder
dbLoadRecords
(
"$(CAPUTRECORDER)/caputRecorderApp/Db/caputRecorder.db"
,
"P=xxx:,N=300"
)
### caputRecorder
#var caputRecorderDebug,1
# trap listener
dbLoadRecords("$(CAPUTRECORDER)/caputRecorderApp/Db/caputPoster.db","P=xxx:,N=300")
doAfterIocInit("registerCaputRecorderTrapListener('
xxx
:caputRecorderCommand
')")
# GUI database
dbLoadRecords("$(CAPUTRECORDER)/caputRecorderApp/Db/caputRecorder.db","P=xxx:,N=300")
# second copy of GUI database
dbLoadRecords("$(CAPUTRECORDER)/caputRecorderApp/Db/caputRecorder.db","P=xxxA:,N=300")
# Industry Pack support
< industryPack.cmd
...
...
@@ -145,7 +152,7 @@ dbLoadRecords("$(OPTICS)/opticsApp/Db/2slit.db","P=xxx:,SLIT=Slit1H,mXp=m5,mXn=m
###
Optical
tables
putenv
"DIR=$(OPTICS)/opticsApp/Db"
dbLoadRecords("$(DIR)/table.db","P=xxx:,Q=Table1,T=table1,M0X=m
9
,M0Y=m
10
,M1Y=m
11
,M2X=m
12
,M2Y=m
13
,M2Z=m
14
,GEOM=SRI")
dbLoadRecords
(
"$(DIR)/table.db"
,
"P=xxx:,Q=Table1,T=table1,M0X=m
1
,M0Y=m
2
,M1Y=m
3
,M2X=m
4
,M2Y=m
5
,M2Z=m
6
,GEOM=SRI"
)
###
Io
calculation
#dbLoadRecords
(
"$(OPTICS)/opticsApp/Db/Io.db"
,
"P=xxx:Io:"
)
...
...
@@ -261,7 +268,7 @@ dbLoadTemplate "filter.substitutions"
###
Load
database
record
for
alive
heartbeating
support
.
#
RHOST
specifies
the
IP
address
that
receives
the
heartbeats
.
#
dbLoadRecords("$(ALIVE)/aliveApp/Db/alive.db", "P=xxx:,RHOST=
X.X.X.X
")
dbLoadRecords
(
"$(ALIVE)/aliveApp/Db/alive.db"
,
"P=xxx:,RHOST=
164.54.100.11
"
)
###############################################################################
#
Set
shell
prompt
...
...
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