From 35c39af4615757d2cdc095610a1aaf0a5483f77b Mon Sep 17 00:00:00 2001 From: klang <klang@aps.anl.gov> Date: Mon, 16 Jul 2018 10:13:22 -0500 Subject: [PATCH] Fixed dxpSITORO and yokogawa pathing --- iocBoot/iocxxx/common.iocsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iocBoot/iocxxx/common.iocsh b/iocBoot/iocxxx/common.iocsh index c036ed5..23d659c 100644 --- a/iocBoot/iocxxx/common.iocsh +++ b/iocBoot/iocxxx/common.iocsh @@ -41,7 +41,7 @@ set_requestfile_path("$(CAPUTRECORDER)", "caputRecorderApp/Db") set_requestfile_path("$(DAC128V)", "dac128VApp/Db") set_requestfile_path("$(DELAYGEN)", "delaygenApp/Db") set_requestfile_path("$(DXP)", "dxpApp/Db") -set_requestfile_path("$(DXPSITORO)", "dxpSITOROApp/Db") +set_requestfile_path("$(DXPSITORO)", "dxpApp/Db") set_requestfile_path("$(IP)", "ipApp/Db") set_requestfile_path("$(IP330)", "ip330App/Db") set_requestfile_path("$(IPUNIDIG)", "ipUnidigApp/Db") @@ -59,6 +59,7 @@ set_requestfile_path("$(SOFTGLUEZYNQ)", "softGlueApp/Db") set_requestfile_path("$(STD)", "stdApp/Db") set_requestfile_path("$(VAC)", "vacApp/Db") set_requestfile_path("$(VME)", "vmeApp/Db") +set_requestfile_path("$(YOKOGAWA_DAS)", "mw100App/Db") set_requestfile_path("$(TOP)", "xxxApp/Db") # Debug-output level -- GitLab