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
72b44d7b
Commit
72b44d7b
authored
20 years ago
by
mooney
Browse files
Options
Downloads
Patches
Plain Diff
New AIMConfig() args, substitutions file renamed
parent
514ede3d
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/canberra_3.cmd
+15
-8
15 additions, 8 deletions
iocBoot/iocvxWorks/canberra_3.cmd
with
15 additions
and
8 deletions
iocBoot/iocvxWorks/canberra_3.cmd
+
15
−
8
View file @
72b44d7b
#
BEGIN
canberra_3
.cmd
--------------------------------------------------------
#
AIMConfig
(
serverName
,
int
etherAddr
,
int
port
,
int
maxChans
,
#
int
maxSignals
,
int
maxSequences
,
etherDev
,
queueSize
)
AIMConfig
(
"AIM1/1"
,
0xa78
,
1
,
2048
,
1
,
1
,
"ei0"
,
100
)
AIMConfig
(
"AIM1/2"
,
0xa78
,
2
,
2048
,
1
,
1
,
"ei0"
,
100
)
AIMConfig
(
"AIM2/1"
,
0xa79
,
1
,
2048
,
1
,
1
,
"ei0"
,
100
)
dbLoadRecords
(
"$(MCA)/mcaApp/Db/3element.db"
,
"P=xxx:med:,N=2000"
)
#
AIMConfig
(
portName
,
ethernet_address
,
portNumber
,
maxChans
,
#
maxSignals
,
maxSequences
,
ethernetDevice
)
#
portName
,
#
asyn
port
name
to
be
created
#
ethernet_address
,
#
Low
order
16
bits
of
Ethernet
hardware
address
#
portNumber
,
#
ADC
port
on
AIM
(
1
or
2
)
#
maxChans
,
#
Maximum
channels
for
this
input
#
maxSignals
,
#
Maximum
signals
for
this
input
(>
1
for
MCS
or
multiplexor
)
#
maxSequences
,
#
Maximum
sequences
for
time
resolved
applications
#
ethernetDevice
)
#
Ethernet
device
name
on
IOC
# #
Typically
ei0
for
Motorola
68
K
,
dc0
for
ppc
,
fei0
for
5100
,
eth0
for
Linux
AIMConfig
(
"AIM1/1"
,
0xa78
,
1
,
2048
,
1
,
1
,
"ei0"
)
AIMConfig
(
"AIM1/2"
,
0xa78
,
2
,
2048
,
1
,
1
,
"ei0"
)
AIMConfig
(
"AIM2/1"
,
0xa79
,
1
,
2048
,
1
,
1
,
"ei0"
)
dbLoadRecords
(
"$(MCA)/mcaApp/Db/3element.db"
,
"P=xxx:med:,BASENAME=mca,N=2000"
)
#
icbConfig
(
portName
,
ethernetAddress
,
icbAddress
,
moduleType
)
#
portName
to
give
to
this
asyn
port
#
ethernetAddress
-
Ethernet
address
of
module
,
low
order
16
bits
...
...
@@ -28,6 +35,6 @@ icbConfig("icbTca2", 0xa78, 1, 3)
icbConfig
(
"icbTca3"
,
0xa78
,
2
,
3
)
dbLoadTemplate
(
"
3element
.substitutions"
)
dbLoadTemplate
(
"
canberra_3
.substitutions"
)
#
END
canberra_3
.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