The SINQ IOC working in the ESS EPICS environment
This commit is contained in:
@@ -20,12 +20,12 @@ sinqEPICS_DBD += sinq.dbd
|
||||
#sinqEPICS_DBD += pmacAsynIPPort.dbd pmacAsynMotorPort.dbd
|
||||
|
||||
# Add all the support libraries needed by this IOC
|
||||
sinqEPICS_LIBS += motor asyn busy
|
||||
sinqEPICS_LIBS += motor asyn busy synAppsStd
|
||||
|
||||
# sinqEPICS_registerRecordDeviceDriver.cpp derives from sinqEPICS.dbd
|
||||
sinqEPICS_SRCS += sinqEPICS_registerRecordDeviceDriver.cpp
|
||||
sinqEPICS_SRCS += EL734Driver.cpp
|
||||
#sinqEPICS_SRCS += devScalerEL737.c
|
||||
sinqEPICS_SRCS += devScalerEL737.c
|
||||
sinqEPICS_SRCS += NanotecDriver.cpp stptok.cpp
|
||||
|
||||
|
||||
|
||||
@@ -7,13 +7,13 @@ addpath "/opt/epics/modules/asyn/4.27.0/3.14.12.5/dbd"
|
||||
addpath "/opt/epics/bases/base-3.14.12.5/dbd"
|
||||
addpath "/opt/epics/modules/motor/6.10.0/3.14.12.5/dbd"
|
||||
#addpath "/usr/local/epics/support/std-3-1/dbd"
|
||||
#addpath "/usr/local/epics/anc350v17/dbd"
|
||||
addpath "/opt/epics/modules/synAppsStd/3.4.1/3.14.12.5/dbd"
|
||||
include "asyn.dbd"
|
||||
include "motor.dbd"
|
||||
#include "motorSupport.dbd"
|
||||
|
||||
#include "scalerRecord.dbd"
|
||||
#device(scaler,INST_IO,devScalerEL737,"asynScalerEL737")
|
||||
include "synAppsStd.dbd"
|
||||
device(scaler,INST_IO,devScalerEL737,"asynScalerEL737")
|
||||
|
||||
#--------- For lakeshore
|
||||
#addpath "/opt/epics/modules/streamdevice/2.6.0/3.14.12.5/dbd"
|
||||
|
||||
Reference in New Issue
Block a user