forked from epics_driver_modules/motorBase
Added C-630 and C-848 PI model support.
This commit is contained in:
@@ -11,8 +11,9 @@ DBD += devPIMotor.dbd
|
||||
LIBRARY_IOC = PI
|
||||
|
||||
# Intelligent Motion Systems driver support.
|
||||
SRCS += PiRegister.cc
|
||||
SRCS += devPIC844.cc drvPIC844.cc
|
||||
SRCS += devPIC844.cc drvPIC844.cc PiRegister.cc
|
||||
SRCS += devPIC630.cc drvPIC630.cc PIC630Register.cc
|
||||
SRCS += devPIC848.cc drvPIC848.cc PIC848Register.cc
|
||||
|
||||
PI_LIBS += motor asyn
|
||||
PI_LIBS += $(EPICS_BASE_IOC_LIBS)
|
||||
|
||||
@@ -1,7 +1,19 @@
|
||||
# Intelligent Motion Systems driver support.
|
||||
# Physik Instrumente (PI) GmbH & Co. C-844 driver support.
|
||||
device(motor,VME_IO,devPIC844,"PIC844")
|
||||
driver(drvPIC844)
|
||||
registrar(PImotorRegister)
|
||||
variable(drvPIC844debug)
|
||||
|
||||
# PI C630 support.
|
||||
device(motor,VME_IO,devPIC630,"PI C630")
|
||||
driver(drvPIC630)
|
||||
registrar(PIC630Register)
|
||||
variable(drvPIC630debug)
|
||||
|
||||
# Physik Instrumente (PI) GmbH & Co. C-848 driver support.
|
||||
device(motor,VME_IO,devPIC848,"PIC848")
|
||||
driver(drvPIC848)
|
||||
registrar(PIC848motorRegister)
|
||||
variable(drvPIC848debug)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user