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
23a24607
Commit
23a24607
authored
11 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
configMenu
parent
02255629
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/iocvxWorks/softGlue.cmd
+9
-3
9 additions, 3 deletions
iocBoot/iocvxWorks/softGlue.cmd
with
9 additions
and
3 deletions
iocBoot/iocvxWorks/softGlue.cmd
+
9
−
3
View file @
23a24607
...
...
@@ -70,7 +70,7 @@ initIP_EP200_Int(0, 2, 0x90, 0x0, 0x0, 0x0, 0x0)
#
203
module
,
pins
25
/26
through
47
/48
are
differential
pairs
.
#
#
-------------------------------------------------------------------
#
|
Correspondence
between
dataDir
bits
(
0
-
8
)
and
I
/O
pins
(
1
-
48
)
|
this
ioc
#
|
Correspondence
between
dataDir
bits
(
0
-
8
)
and
I
/O
pins
(
1
-
48
)
|
#
-------------------------------------------------------------------
#
|
|
201
|
202
/204
|
203
|
#
-------------------------------------------------------------------
...
...
@@ -174,11 +174,17 @@ dbLoadRecords("$(SOFTGLUE)/db/softGlue_FPGAContent_s1ID_Vgate.db", "P=xxx:,H=sof
#
Interrupt
support
.
#
(
'putenv'
is
used
to
fit
the
command
into
the
vxWorks
command
line
space
.
)
putenv
"SDB=$(SOFTGLUE)/db/softGlue_FPGAInt.db"
dbLoadRecords
(
"$(SDB)"
,
"P=xxx:,H=softGlue:,PORT1=SGIO_1,PORT2=SGIO_2,PORT3=SGIO_3,FIFO=10"
)
putenv
"SFDB=$(SOFTGLUE)/db/softGlue_FPGAInt.db"
dbLoadRecords
(
"$(SFDB)"
,
"P=xxx:,H=softGlue:,PORT1=SGIO_1,PORT2=SGIO_2,PORT3=SGIO_3,FIFO=10"
)
taskDelay
(
50
)
#
Some
stuff
just
for
convenience
:
software
clock
and
pulse
generators
,
and
#
a
couple
of
busy
records
.
dbLoadRecords
(
"$(SOFTGLUE)/db/softGlue_convenience.db"
,
"P=xxx:,H=softGlue:"
)
#
Menu
of
softGlue
circuits
#
configMenu
example
.
See
create_manual_set
()
command
after
iocInit
.
dbLoadRecords
(
"$(AUTOSAVE)/asApp/Db/configMenu.db"
,
"P=xxx:,CONFIG=SG"
)
#
END
softGlue
.cmd
------------------------------------------------------------
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