From 24f1c1f6ed0e7191329085a61a72d450eaf7b48e Mon Sep 17 00:00:00 2001 From: Mark Rivers Date: Fri, 13 Mar 2015 14:04:48 -0500 Subject: [PATCH] Changed comment and actual command for andorCCDConfig --- iocs/andorIOC/iocBoot/iocAndor/st.cmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iocs/andorIOC/iocBoot/iocAndor/st.cmd b/iocs/andorIOC/iocBoot/iocAndor/st.cmd index 094949f..516584e 100755 --- a/iocs/andorIOC/iocBoot/iocAndor/st.cmd +++ b/iocs/andorIOC/iocBoot/iocAndor/st.cmd @@ -11,10 +11,10 @@ epicsEnvSet("XSIZE", "2048") epicsEnvSet("YSIZE", "2048") epicsEnvSet("NCHANS", "2048") -# andorCCDConfig(const char *portName, int maxBuffers, size_t maxMemory, -# const char *installPath, int priority, int stackSize) -#andorCCDConfig("$(PORT)", 0, 0, "/usr/local/etc/andor/", 0, 0) -andorCCDConfig("$(PORT)", 0, 0, "", 0, 0) +# andorCCDConfig(const char *portName, const char *installPath, int shamrockID, +# int maxBuffers, size_t maxMemory, int priority, int stackSize) +#andorCCDConfig("$(PORT)", "/usr/local/etc/andor/", 0, 0, 0, 0 ,0) +andorCCDConfig("$(PORT)", "", 0, 0, 0, 0, 0) dbLoadRecords("$(ADCORE)/db/ADBase.template","P=$(PREFIX),R=cam1:,PORT=$(PORT),ADDR=0,TIMEOUT=1") dbLoadRecords("$(ADCORE)/db/NDFile.template","P=$(PREFIX),R=cam1:,PORT=$(PORT),ADDR=0,TIMEOUT=1")