Integrated lakeshore 336 support into the SINQ IOC

See lakeshore.cmd for the pains involved
This commit is contained in:
2015-08-21 16:16:18 +02:00
parent 06b982ed09
commit e224004969
7 changed files with 25723 additions and 1 deletions

View File

@ -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

View File

@ -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"