From 8394d399dacad7886dca9c624b723f2e7165373d Mon Sep 17 00:00:00 2001
From: benjaminbolling <benjamin.bolling@esss.se>
Date: Mon, 10 May 2021 15:06:59 +0200
Subject: [PATCH] script removed

---
 99-Shared/TS2_modeSelector.bob | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/99-Shared/TS2_modeSelector.bob b/99-Shared/TS2_modeSelector.bob
index baaeec6..8eaaabb 100644
--- a/99-Shared/TS2_modeSelector.bob
+++ b/99-Shared/TS2_modeSelector.bob
@@ -6,16 +6,7 @@
   <actions>
     <action type="execute">
       <script file="EmbeddedPy">
-        <text><![CDATA[# Embedded python script
-from org.csstudio.display.builder.runtime.script import PVUtil, ScriptUtil
-print 'Hello'
-# widget.setPropertyValue('text', PVUtil.getString(pvs[0]))
-
-If TS2-010RFC:RFS01:FIM-110:INTS-RB == 'IDLE' and TS2-010RFC:RFS02:FIM-110:INTS-RB == 'IDLE':
-	loc://RF = 1
-else:
-	loc://RF = 0
-]]></text>
+        <text><![CDATA[]]></text>
       </script>
       <description>Execute Script</description>
     </action>
-- 
GitLab