diff --git a/documentation/motorRecord.html b/documentation/motorRecord.html index e8a221a0..9eedbbf5 100644 --- a/documentation/motorRecord.html +++ b/documentation/motorRecord.html @@ -2,7 +2,7 @@
- +| omsSetup(nCards, Unused, baseAddress,
- intVectBase, intLevel, pollRate) - oms58Setup(nCards, Unused, baseAddress, intVectBase, intLevel, - pollRate) - v544Setup(nCards, nAxes, baseAddress, intVectBase, intLevel, - pollRate) -
- MM3000Setup(nCards, Unused,
- pollRate) | |||
| omsSetup(nCards, baseAddress, intVectBase,
+ intLevel, pollRate) + oms58Setup(nCards, baseAddress, intVectBase, intLevel, pollRate) +
+ MM3000Setup(nCards, pollRate)
- MM4000Setup(nCards, Unused,
- pollRate)
+ MM4000Setup(nCards, pollRate)
- IM483SMSetup(nCards, Unused,
- pollRate)
+ IM483SMSetup(nCards, pollRate)
- IM483[PL/SM]Setup(nCommNet, Unused,
- pollRate)
- ESP300Setup(nCards, Unused,
- pollRate) |
- |||
| nCards | the number of cards or controllers; may be less, but not greater than this @@ -3399,10 +3393,6 @@ section ). | the number of Communication networks (e.g., the number of RS-422 networks for a IM483PL device). | |
| nAxes | -the maximum number of motor axes controlled by any one card | -||
| baseAddress | the base address of the first card of a series. This must agree with address @@ -3445,8 +3435,8 @@ section ). don't set pollRate much higher than 10 Hz. pollRate must be in the range [1..60]. | ||
| portType | -0 - GPIB_PORT or 1 - RS232_PORT | +portName | +ASYN port name. |
| link @@ -3455,22 +3445,20 @@ section ). |
|||
| port + | GPIB# |
- GPIB address or MPF serial server task name + | GPIB address. |
# OMS VME8, VME44, VMEX driver setup parameters:- Start EPICS - -
omsSetup(5, 8, 0xFC00, - 180, 5, 10)
# OMS VME58 driver setup parameters:
oms58Setup(5, 8, - 0x2000, 190, 5, 10)
# Highland Technology V544 driver setup parameters:
- v544Setup(5, 4, 0xDD00, 200, 5, 10)
iocInit+
+ # OMS VME8, VME44, VMEX driver setup parameters:
omsSetup(5, 0xFC00, 180, 5,
+ 10)
# OMS VME58 driver setup parameters:
oms58Setup(5, 0x2000, 190, 5,
+ 10)
+
#Start EPICS
iocInit