From 79dd97b6bc0db2ac70dfb4b93120867e4dabb134 Mon Sep 17 00:00:00 2001 From: Luka Debenjak Date: Wed, 15 Sep 2021 15:20:05 +0200 Subject: [PATCH] adding full path for strip files --- X_X11MA_Machine.json | 8 ++++---- X_X11MA_OP2_pressures.json | 2 +- X_X11MA_OP2_temperatures.json | 2 +- X_X11MA_Undulator.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/X_X11MA_Machine.json b/X_X11MA_Machine.json index 92c6840..c9c3510 100644 --- a/X_X11MA_Machine.json +++ b/X_X11MA_Machine.json @@ -7,22 +7,22 @@ { "type": "cmd", "text": "BPM 8LB stripchart", - "command": "/sls/controls/bin/jStripTool X_X11MA_ARIDI-BPM-08LB-RMS-AVG.strip" + "command": "/sls/controls/bin/jStripTool /sls/X11MA/config/striptool/X_X11MA_ARIDI-BPM-08LB-RMS-AVG.strip" }, { "type": "cmd", "text": "BPM 9LB stripchart", - "command": "/sls/controls/bin/jStripTool X_X11MA_ARIDI-BPM-09LB-RMS-AVG.strip" + "command": "/sls/controls/bin/jStripTool /sls/X11MA/config/striptool/X_X11MA_ARIDI-BPM-09LB-RMS-AVG.strip" }, { "type": "cmd", "text": "BPM 10MB stripchart", - "command": "/sls/controls/bin/jStripTool X_X11MA_ARIDI-BPM-10MB-RMS-AVG.strip" + "command": "/sls/controls/bin/jStripTool /sls/X11MA/config/striptool/X_X11MA_ARIDI-BPM-10MB-RMS-AVG.strip" }, { "type": "cmd", "text": "BPM 11MB stripchart", - "command": "/sls/controls/bin/jStripTool X_X11MA_ARIDI-BPM-11MB-RMS-AVG.strip" + "command": "/sls/controls/bin/jStripTool /sls/X11MA/config/striptool/X_X11MA_ARIDI-BPM-11MB-RMS-AVG.strip" } ] } diff --git a/X_X11MA_OP2_pressures.json b/X_X11MA_OP2_pressures.json index b8640b2..2a062c6 100644 --- a/X_X11MA_OP2_pressures.json +++ b/X_X11MA_OP2_pressures.json @@ -12,7 +12,7 @@ { "type": "cmd", "text": "StripChart", - "command": "/sls/controls/bin/jStripTool X_X11MA_pressure.strip" + "command": "/sls/controls/bin/jStripTool /sls/X11MA/config/striptool/X_X11MA_pressure.strip" } ] } diff --git a/X_X11MA_OP2_temperatures.json b/X_X11MA_OP2_temperatures.json index 3b2db8b..d1200b7 100644 --- a/X_X11MA_OP2_temperatures.json +++ b/X_X11MA_OP2_temperatures.json @@ -12,7 +12,7 @@ { "type": "cmd", "text": "StripChart", - "command": "/sls/controls/bin/jStripTool X_X11MA_temperature.strip" + "command": "/sls/controls/bin/jStripTool /sls/X11MA/config/striptool/X_X11MA_temperature.strip" } ] } diff --git a/X_X11MA_Undulator.json b/X_X11MA_Undulator.json index 224a4cd..35f7bbc 100644 --- a/X_X11MA_Undulator.json +++ b/X_X11MA_Undulator.json @@ -27,7 +27,7 @@ { "type": "cmd", "text": "Bergoz BPMs Striptool", - "command": "/sls/controls/bin/jStripTool X_X11MA-ID-FBPM.strip" + "command": "/sls/controls/bin/jStripTool /sls/X11MA/config/striptool/X_X11MA-ID-FBPM.strip" }, { "type": "cmd",