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
5004789a
Commit
5004789a
authored
20 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
Added load for Joerger VS scaler, arrayTest database, and dbcar(0,1)
diagnostic command
parent
248405fa
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
+13
-0
13 additions, 0 deletions
iocBoot/iocvxWorks/st.cmd
with
13 additions
and
0 deletions
iocBoot/iocvxWorks/st.cmd
+
13
−
0
View file @
5004789a
...
...
@@ -154,6 +154,15 @@ dbLoadRecords("$(STD)/stdApp/Db/scaler.db","P=xxx:,S=scaler1,C=0,DTYP=Joerger VS
# (3)interrupt vector (0=disable or 64 - 255)
VSCSetup(1, 0xB0000000, 200)
# Joerger VS
# scalerVS_Setup(int num_cards, /* maximum number of cards in crate */
# char *addrs, /* address (0x800-0xf800, 2048-byte (0x800) boundary) */
# unsigned vector, /* valid vectors(64-255) */
# int intlevel)
scalerVS_Setup(1, 0x2000, 205, 5)
#devScaler_VSDebug=0
dbLoadRecords("$(STD)/stdApp/Db/scaler.db","P=xxx:,S=scaler3,C=0, DTYP=Joerger VS, FREQ=10000000")
### 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
...
...
@@ -367,6 +376,8 @@ dbLoadRecords("$(STD)/stdApp/Db/yySseq.db","P=xxx:,S=Sseq3")
dbLoadRecords("$(STD)/stdApp/Db/4step.db", "P=xxx:")
# interpolation
dbLoadRecords("$(CALC)/calcApp/Db/interp.db", "P=xxx:")
# array test
dbLoadRecords("$(CALC)/calcApp/Db/arrayTest.db", "P=xxx:,N=2000")
### serial support ###
...
...
@@ -671,3 +682,5 @@ saveData_Init("saveData.req", "P=xxx:")
# If memory allocated at beginning free it now
free(mem)
dbcar(0,1)
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