From e451d2d6fb5c57d33586fbfe5ad7fc33c5601107 Mon Sep 17 00:00:00 2001 From: Luka Debenjak Date: Wed, 15 Sep 2021 14:53:23 +0200 Subject: [PATCH] using jStripTool --- X_X11MA_Machine.json | 10 +++++----- X_X11MA_OP2_pressures.json | 2 +- X_X11MA_OP2_temperatures.json | 2 +- X_X11MA_Undulator.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/X_X11MA_Machine.json b/X_X11MA_Machine.json index 377f965..92c6840 100644 --- a/X_X11MA_Machine.json +++ b/X_X11MA_Machine.json @@ -7,22 +7,22 @@ { "type": "cmd", "text": "BPM 8LB stripchart", - "command": "jStripTool /work/sls/config/striptool/X_X11MA_ARIDI-BPM-08LB-RMS-AVG.strip" + "command": "/sls/controls/bin/jStripTool X_X11MA_ARIDI-BPM-08LB-RMS-AVG.strip" }, { "type": "cmd", "text": "BPM 9LB stripchart", - "command": "jStripTool /work/sls/config/striptool/X_X11MA_ARIDI-BPM-09LB-RMS-AVG.strip" + "command": "/sls/controls/bin/jStripTool X_X11MA_ARIDI-BPM-09LB-RMS-AVG.strip" }, { "type": "cmd", "text": "BPM 10MB stripchart", - "command": "jStripTool /work/sls/config/striptool/X_X11MA_ARIDI-BPM-10MB-RMS-AVG.strip" + "command": "/sls/controls/bin/jStripTool X_X11MA_ARIDI-BPM-10MB-RMS-AVG.strip" }, { "type": "cmd", "text": "BPM 11MB stripchart", - "command": "jStripTool /work/sls/config/striptool/X_X11MA_ARIDI-BPM-11MB-RMS-AVG.strip" + "command": "/sls/controls/bin/jStripTool X_X11MA_ARIDI-BPM-11MB-RMS-AVG.strip" } ] -} \ No newline at end of file +} diff --git a/X_X11MA_OP2_pressures.json b/X_X11MA_OP2_pressures.json index 8ce96af..b8640b2 100644 --- a/X_X11MA_OP2_pressures.json +++ b/X_X11MA_OP2_pressures.json @@ -12,7 +12,7 @@ { "type": "cmd", "text": "StripChart", - "command": "jStripTool /work/sls/config/striptool/X_X11MA_pressure.strip" + "command": "/sls/controls/bin/jStripTool X_X11MA_pressure.strip" } ] } diff --git a/X_X11MA_OP2_temperatures.json b/X_X11MA_OP2_temperatures.json index db2c202..3b2db8b 100644 --- a/X_X11MA_OP2_temperatures.json +++ b/X_X11MA_OP2_temperatures.json @@ -12,7 +12,7 @@ { "type": "cmd", "text": "StripChart", - "command": "jStripTool /work/sls/config/striptool/X_X11MA_temperature.strip" + "command": "/sls/controls/bin/jStripTool X_X11MA_temperature.strip" } ] } diff --git a/X_X11MA_Undulator.json b/X_X11MA_Undulator.json index b4e00a5..224a4cd 100644 --- a/X_X11MA_Undulator.json +++ b/X_X11MA_Undulator.json @@ -27,7 +27,7 @@ { "type": "cmd", "text": "Bergoz BPMs Striptool", - "command": "jStripTool ${SLSBASE}/sls/config/striptool/X_X11MA-ID-FBPM.strip" + "command": "/sls/controls/bin/jStripTool X_X11MA-ID-FBPM.strip" }, { "type": "cmd",