forked from epics_driver_modules/motorBase
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
# Intelligent Motion Systems driver support.
|
|
device(motor,VME_IO,devIM483SM,"IM483SM")
|
|
device(motor,VME_IO,devIM483PL,"IM483PL")
|
|
device(motor,VME_IO,devMDrive, "MDrive")
|
|
driver(drvIM483SM)
|
|
driver(drvIM483PL)
|
|
driver(drvMDrive)
|
|
registrar(IMSmotorRegister)
|
|
variable(drvIM483SMdebug)
|
|
variable(drvIM483PLdebug)
|
|
variable(drvMDrivedebug)
|