23 lines
783 B
Plaintext
23 lines
783 B
Plaintext
#---------------------------------------------
|
|
# SINQ specific DB definitions
|
|
#---------------------------------------------
|
|
registrar(EL734Register)
|
|
registrar(NanotecRegister)
|
|
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 "/opt/epics/modules/synAppsStd/3.4.1/3.14.12.5/dbd"
|
|
include "asyn.dbd"
|
|
include "motor.dbd"
|
|
#include "motorSupport.dbd"
|
|
|
|
include "synAppsStd.dbd"
|
|
device(scaler,INST_IO,devScalerEL737,"asynScalerEL737")
|
|
|
|
#--------- For lakeshore
|
|
#addpath "/opt/epics/modules/streamdevice/2.6.0/3.14.12.5/dbd"
|
|
#include "streamdevice.dbd"
|
|
addpath "/opt/epics/modules/busy/1.6.0/3.14.12.5/dbd"
|
|
include "busy.dbd"
|