From 0f6e4d9e7b7d097c2d28655a7d80a46724fc375d Mon Sep 17 00:00:00 2001 From: Luka Debenjak Date: Tue, 28 Sep 2021 12:00:04 +0200 Subject: [PATCH] removing start ioc --- X_X11MA_PC-KEITHLEY.json | 49 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 X_X11MA_PC-KEITHLEY.json diff --git a/X_X11MA_PC-KEITHLEY.json b/X_X11MA_PC-KEITHLEY.json new file mode 100644 index 0000000..7c80ae2 --- /dev/null +++ b/X_X11MA_PC-KEITHLEY.json @@ -0,0 +1,49 @@ +{ + "menu": [ + { + "type": "title", + "text": "-K E I T H L E Y-" + }, + { + "type": "cmd", + "text": "Keithley 10", + "command": "caqtdm -attach -noMsg -macro P=X11MA-KEI10 X_X11MA_PC-KEITHLEY-user3.ui" + }, + { + "type": "cmd", + "text": "Keithley 11", + "command": "caqtdm -attach -noMsg -macro P=X11MA-KEI11 X_X11MA_PC-KEITHLEY-user3.ui" + }, + { + "type": "cmd", + "text": "Keithley 12", + "command": "caqtdm -attach -noMsg -macro P=X11MA-KEI12 X_X11MA_PC-KEITHLEY-user3.ui" + }, + { + "type": "cmd", + "text": "Keithley 13", + "command": "caqtdm -attach -noMsg -macro P=X11MA-KEI13 X_X11MA_PC-KEITHLEY-user3.ui" + }, + { + "type": "separator" + }, + { + "type": "cmd", + "text": "StripChart", + "command": "/sls/controls/bin/jStripTool /work/sls/config/striptool/G_KEITHLEY-x11ma.stp" + }, + { + "type": "separator" + }, + { + "type": "cmd", + "text": "ping LAN GPIB", + "command": "xterm -bg yellow -e \"ping X11MA-GPIB-OP2.psi.ch\"" + }, + { + "type": "cmd", + "text": "Documentation", + "command": "firefox https://wiki.intranet.psi.ch/Optics/KeithleyControl" + } + ] +}