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
0ddbcf74
Commit
0ddbcf74
authored
18 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
set for default MAX_ARRAY_BYTES; commented out all_comXX.db
parent
903a4065
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
+3
-3
3 additions, 3 deletions
iocBoot/iocCygwin/st.cmd
with
3 additions
and
3 deletions
iocBoot/iocCygwin/st.cmd
+
3
−
3
View file @
0ddbcf74
...
...
@@ -12,7 +12,7 @@ errlogInit(20000)
#
Specify
largest
array
CA
will
transport
#
Note
for
N
sscanRecord
data
points
,
need
(
N
+
1
)*
8
bytes
,
else
MEDM
#
plot
doesn
't display
epicsEnvSet EPICS_CA_MAX_ARRAY_BYTES 64008
#
epicsEnvSet EPICS_CA_MAX_ARRAY_BYTES 64008
################################################################################
# Tell EPICS all about the record types, device-support modules, drivers,
...
...
@@ -37,7 +37,7 @@ dbLoadTemplate("pseudoMotor.substitutions")
### Allstop, alldone
# This database must agree with the motors and other positioners you'
ve
actually
loaded
.
#
Several
versions
(
e
.g.
,
all_com_32
.db
)
are
in
stdApp
/Db
dbLoadRecords
(
"$(STD)/stdApp/Db/all_com_16.db"
,
"P=xxx:"
)
#
dbLoadRecords
(
"$(STD)/stdApp/Db/all_com_16.db"
,
"P=xxx:"
)
###
Insertion
-device
control
#dbLoadRecords
(
"$(STD)/stdApp/Db/IDctrl.db"
,
"P=xxx:,xx=02us"
)
...
...
@@ -48,7 +48,7 @@ dbLoadRecords("$(STD)/stdApp/Db/sampleWheel.db", "P=xxx:,ROWMOTOR=xxx:m7,ANGLEMO
###
Scan
-support
software
#
crate
-resident
scan
.
This
executes
1
D
,
2
D
,
3
D
,
and
4
D
scans
,
and
caches
#
1
D
data
,
but
it
doesn
't store anything to disk. (See '
saveData
' below for that.)
dbLoadRecords("$(SSCAN)/sscanApp/Db/scan.db","P=xxx:,MAXPTS1=
8
000,MAXPTS2=1000,MAXPTS3=10,MAXPTS4=10,MAXPTSH=
8
000")
dbLoadRecords("$(SSCAN)/sscanApp/Db/scan.db","P=xxx:,MAXPTS1=
2
000,MAXPTS2=1000,MAXPTS3=10,MAXPTS4=10,MAXPTSH=
2
000")
# 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