From b86a8ccca858651115db84046fa72a1b5dfaa805 Mon Sep 17 00:00:00 2001 From: Ole Artz Date: Thu, 27 Jul 2017 11:30:51 +0200 Subject: [PATCH] BALZERS: modify st.cmd file for new .db file --- BALZERS_PKG020/iocBoot/iocBALZERS_PKG020/st.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0