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
3af9eeec
Commit
3af9eeec
authored
14 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
use iocLinux.dbd. The generic file is no longer built.
Added motorSim.cmd. Fixed syntax of aCalcArraySize variable set.
parent
f279ec65
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
+4
-3
4 additions, 3 deletions
iocBoot/iocLinux/st.cmd
with
4 additions
and
3 deletions
iocBoot/iocLinux/st.cmd
+
4
−
3
View file @
3af9eeec
...
@@ -17,7 +17,7 @@ epicsEnvSet EPICS_CA_MAX_ARRAY_BYTES 64008
...
@@ -17,7 +17,7 @@ epicsEnvSet EPICS_CA_MAX_ARRAY_BYTES 64008
################################################################################
################################################################################
# Tell EPICS all about the record types, device-support modules, drivers,
# Tell EPICS all about the record types, device-support modules, drivers,
# etc. in the software we just loaded (xxx.munch)
# etc. in the software we just loaded (xxx.munch)
dbLoadDatabase("../../dbd/iocxxx.dbd")
dbLoadDatabase("../../dbd/iocxxx
Linux
.dbd")
iocxxxLinux_registerRecordDeviceDriver(pdbbase)
iocxxxLinux_registerRecordDeviceDriver(pdbbase)
### save_restore setup
### save_restore setup
...
@@ -30,9 +30,10 @@ iocxxxLinux_registerRecordDeviceDriver(pdbbase)
...
@@ -30,9 +30,10 @@ iocxxxLinux_registerRecordDeviceDriver(pdbbase)
# Motors
# Motors
#dbLoadTemplate("basic_motor.substitutions")
#dbLoadTemplate("basic_motor.substitutions")
dbLoadTemplate("motor.substitutions")
#
dbLoadTemplate("motor.substitutions")
dbLoadTemplate("softMotor.substitutions")
dbLoadTemplate("softMotor.substitutions")
#dbLoadTemplate("pseudoMotor.substitutions")
#dbLoadTemplate("pseudoMotor.substitutions")
< motorSim.cmd
### Allstop, alldone
### Allstop, alldone
# This database must agree with the motors and other positioners you'
ve
actually
loaded
.
# This database must agree with the motors and other positioners you'
ve
actually
loaded
.
...
@@ -113,7 +114,7 @@ dbLoadRecords("$(SSCAN)/sscanApp/Db/scan.db","P=xxx:,MAXPTS1=8000,MAXPTS2=1000,M
...
@@ -113,7 +114,7 @@ dbLoadRecords("$(SSCAN)/sscanApp/Db/scan.db","P=xxx:,MAXPTS1=8000,MAXPTS2=1000,M
dbLoadRecords("$(CALC)/calcApp/Db/userCalcs10.db","P=xxx:")
dbLoadRecords("$(CALC)/calcApp/Db/userCalcs10.db","P=xxx:")
dbLoadRecords("$(CALC)/calcApp/Db/userCalcOuts10.db","P=xxx:")
dbLoadRecords("$(CALC)/calcApp/Db/userCalcOuts10.db","P=xxx:")
dbLoadRecords("$(CALC)/calcApp/Db/userStringCalcs10.db","P=xxx:")
dbLoadRecords("$(CALC)/calcApp/Db/userStringCalcs10.db","P=xxx:")
aCalcArraySize
=
2000
var
aCalcArraySize
,
2000
dbLoadRecords("$(CALC)/calcApp/Db/userArrayCalcs10.db","P=xxx:,N=2000")
dbLoadRecords("$(CALC)/calcApp/Db/userArrayCalcs10.db","P=xxx:,N=2000")
dbLoadRecords("$(CALC)/calcApp/Db/userTransforms10.db","P=xxx:")
dbLoadRecords("$(CALC)/calcApp/Db/userTransforms10.db","P=xxx:")
# extra userCalcs (must also load userCalcs10.db for the enable switch)
# extra userCalcs (must also load userCalcs10.db for the enable switch)
...
...
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