From: Ole Artz Date: Thu, 27 Jul 2017 09:30:51 +0000 (+0200) Subject: BALZERS: modify st.cmd file for new .db file X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b86a8ccca858651115db84046fa72a1b5dfaa805;p=mvd_epics.git BALZERS: modify st.cmd file for new .db file --- diff --git a/BALZERS_PKG020/iocBoot/iocBALZERS_PKG020/st.cmd b/BALZERS_PKG020/iocBoot/iocBALZERS_PKG020/st.cmd index 9f56784..fb5dd05 100755 --- a/BALZERS_PKG020/iocBoot/iocBALZERS_PKG020/st.cmd +++ b/BALZERS_PKG020/iocBoot/iocBALZERS_PKG020/st.cmd @@ -12,7 +12,7 @@ cd "${TOP}" dbLoadDatabase "dbd/BALZERS_PKG020.dbd" BALZERS_PKG020_registerRecordDeviceDriver pdbbase -drvAsynSerialPortConfigure("BALZERS_PORT","/dev/SparkFun_Pro_Micro_platform-3f980000.usb-usb-0:1.3:1.0") +drvAsynSerialPortConfigure("BALZERS_PORT","/dev/Xmatter_ADCuc_00001") asynSetOption ("BALZERS_PORT", 0, "baud", "115200") asynSetOption ("BALZERS_PORT", 0, "bits", "8") asynSetOption ("BALZERS_PORT", 0, "parity", "none") @@ -25,7 +25,7 @@ asynSetOption ("BALZERS_PORT", 0, "crtscts", "N") #dbLoadRecords("db/xxx.db","user=scs") dbLoadRecords("dbd/bptBALZERS_PKG020.dbd") -dbLoadRecords("db/BALZERS_PKG020.db", "PORT=BALZERS_PORT,sys=CBM,sub=MVD,vsys=PRESTO_RECIPIENT") +dbLoadRecords("db/BALZERS_PKG020_CHANNEL.db", "PORT=BALZERS_PORT,sys=CBM,sub=MVD,vsys=PRESTO_RECIPIENT") cd "${TOP}/iocBoot/${IOC}" iocInit