From 60a76647485eb5bdd4c67dbaa320a2131cff30d5 Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Thu, 20 Feb 2014 11:53:31 -0600 Subject: [PATCH] Changes for new layout --- iocs/andorIOC/iocBoot/iocAndor/st.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iocs/andorIOC/iocBoot/iocAndor/st.cmd b/iocs/andorIOC/iocBoot/iocAndor/st.cmd index 93064a7..b1a3e17 100755 --- a/iocs/andorIOC/iocBoot/iocAndor/st.cmd +++ b/iocs/andorIOC/iocBoot/iocAndor/st.cmd @@ -1,7 +1,7 @@ < envPaths errlogInit(20000) -dbLoadDatabase("$(AREA_DETECTOR)/dbd/andorCCDApp.dbd") +dbLoadDatabase("$(TOP)/dbd/andorCCDApp.dbd") andorCCDApp_registerRecordDeviceDriver(pdbbase) epicsEnvSet("PREFIX", "13ANDOR1:") @@ -28,7 +28,7 @@ dbLoadRecords("$(ADCORE)/db/NDPluginBase.template","P=$(PREFIX),R=image1:,PORT=I dbLoadRecords("$(ADCORE)/db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=Image1,ADDR=0,TIMEOUT=1,TYPE=Int16,FTVL=SHORT,NELEMENTS=4200000") # Load all other plugins using commonPlugins.cmd -< ../commonPlugins.cmd +< $(ADCORE)/iocBoot/commonPlugins.cmd set_requestfile_path("$(ADANDOR)/andorApp/Db") #asynSetTraceMask("$(PORT)",0,3)