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
ccb76776
Commit
ccb76776
authored
17 years ago
by
Ron Sluiter
Browse files
Options
Downloads
Patches
Plain Diff
- removed Highland V544.
- added OMS MAXv.
parent
9db5d061
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/vme.cmd
+26
-8
26 additions, 8 deletions
iocBoot/iocvxWorks/vme.cmd
with
26 additions
and
8 deletions
iocBoot/iocvxWorks/vme.cmd
+
26
−
8
View file @
ccb76776
...
...
@@ -7,19 +7,37 @@
#
(
1
)
cards
,
(
2
)
base
address
(
short
,
16
-byte
boundary
),
#
(
3
)
interrupt
vector
(
0
=
disable
or
64
-
255
),
(
4
)
interrupt
level
(
1
-
6
),
#
(
5
)
motor
task
polling
rate
(
min
=
1
Hz
,
max
=
60
Hz
)
omsSetup
(
2
,
0xFC00
,
180
,
5
,
10
)
#
!
omsSetup
(
2
,
0xFC00
,
180
,
5
,
10
)
#
OMS
VME58
driver
setup
parameters
:
#
(
1
)
cards
,
(
2
)
base
address
(
short
,
4
k
boundary
),
#
(
3
)
interrupt
vector
(
0
=
disable
or
64
-
255
),
(
4
)
interrupt
level
(
1
-
6
),
#
(
5
)
motor
task
polling
rate
(
min
=
1
Hz
,
max
=
60
Hz
)
oms58Setup
(
2
,
0x4000
,
190
,
5
,
10
)
#
Highland
V544
driver
setup
parameters
:
#
(
1
)
cards
,
(
2
)
base
address
(
short
,
4
k
boundary
),
#
(
3
)
interrupt
vector
(
0
=
disable
or
64
-
255
),
(
4
)
interrupt
level
(
1
-
6
),
#
(
5
)
motor
task
polling
rate
(
min
=
1
Hz
,
max
=
60
Hz
)
#v544Setup
(
0
,
0xDD00
,
0
,
5
,
10
)
#
!
oms58Setup
(
2
,
0x4000
,
190
,
5
,
10
)
#
OMS
MAXv
driver
setup
parameters
:
#
(
1
)
number
of
cards
in
array
.
#
(
2
)
VME
Address
Type
(
16
,
24
,
32
)
.
#
(
3
)
Base
Address
on
4
K
(
0x1000
)
boundary
.
#
(
4
)
interrupt
vector
(
0
=
disable
or
64
-
255
)
.
#
(
5
)
interrupt
level
(
1
-
6
)
.
#
(
6
)
motor
task
polling
rate
(
min
=
1
Hz
,
max
=
60
Hz
)
.
#
!
MAXvSetup
(
1
,
16
,
0xF000
,
190
,
5
,
10
)
#
!
MAXvSetup
(
1
,
24
,
0xF00000
,
190
,
5
,
10
)
#
!
MAXvSetup
(
1
,
32
,
0xB0000000
,
190
,
5
,
10
)
#
!
drvMAXvdebug
=
4
#
OMS
MAXv
configuration
string
:
#
(
1
)
number
of
card
being
configured
(
0
-
14
)
.
#
(
2
)
configuration
string
;
axis
type
(
PSO
/PSE/PSM
)
MUST
be
set
here
.
#
For
example
,
set
which
TTL
signal
level
defines
#
an
active
limit
switch
.
Set
X
,
Y
,
Z
,
T
to
active
low
and
set
U
,
V
,
R
,
S
#
to
active
high
.
Set
all
axes
to
open
-loop
stepper
(
PSO
)
.
See
MAXv
#
User
's Manual for LL/LH and PSO/PSE/PSM commands.
#config0="AX LL PSO; AY LL PSO; AZ LL PSO; AT LL PSO; AU LH PSO; AV LH PSO; AR LH PSO; AS LH PSO;"
#
!
config0="AX LH PSM; AY LL PSO; AZ LL PSO; AT LL PSO; AU LH PSO; AV LH PSO; AR LH PSO; AS LH PSO;"
#
!
MAXvConfig(0, config0)
### Scalers: Joerger VSC8/16
dbLoadRecords("$(STD)/stdApp/Db/scaler.db","P=xxx:,S=scaler1,OUT=#C0 S0 @,DTYP=Joerger VSC8/16,FREQ=10000000")
...
...
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