Integrated lakeshore 336 support into the SINQ IOC
See lakeshore.cmd for the pains involved
This commit is contained in:
@ -20,7 +20,7 @@ sinqEPICS_DBD += sinq.dbd
|
||||
sinqEPICS_DBD += pmacAsynIPPort.dbd pmacAsynMotorPort.dbd
|
||||
|
||||
# Add all the support libraries needed by this IOC
|
||||
sinqEPICS_LIBS += motor asyn std anc350 anc350AsynMotor
|
||||
sinqEPICS_LIBS += motor asyn std anc350 anc350AsynMotor stream busy
|
||||
|
||||
# sinqEPICS_registerRecordDeviceDriver.cpp derives from sinqEPICS.dbd
|
||||
sinqEPICS_SRCS += sinqEPICS_registerRecordDeviceDriver.cpp
|
||||
|
@ -16,3 +16,8 @@ include "anc350AsynMotor.dbd"
|
||||
include "scalerRecord.dbd"
|
||||
device(scaler,INST_IO,devScalerEL737,"asynScalerEL737")
|
||||
|
||||
#--------- For lakeshore
|
||||
addpath "/usr/local/epics/support/StreamDevice-2-6/dbd"
|
||||
include "stream.dbd"
|
||||
addpath "/usr/local/epics/support/busy-1-4/dbd"
|
||||
include "busySupport.dbd"
|
||||
|
Reference in New Issue
Block a user