From 367ab1c9b15af29583831860c474fe869c6decfe Mon Sep 17 00:00:00 2001
From: Emilio Asensi <emilio.asensiconejero@esss.se>
Date: Tue, 9 Feb 2021 10:36:13 +0100
Subject: [PATCH] Updated screen for new structure

---
 .../interlocks/CryomoduleReady.bob            | 65 ++++++++++++++++++-
 1 file changed, 63 insertions(+), 2 deletions(-)

diff --git a/NON-APPROVED/TS2/ts2-cryomodule/interlocks/CryomoduleReady.bob b/NON-APPROVED/TS2/ts2-cryomodule/interlocks/CryomoduleReady.bob
index 5fdb4342..2f1887da 100644
--- a/NON-APPROVED/TS2/ts2-cryomodule/interlocks/CryomoduleReady.bob
+++ b/NON-APPROVED/TS2/ts2-cryomodule/interlocks/CryomoduleReady.bob
@@ -699,7 +699,6 @@
               </macros>
               <file>../../../ICS_OPI_LIBRARY/DeviceTypes/DigitalMeasure/HW_INTLCK_BlockIcon_Compact.bob</file>
               <x>248</x>
-              <y>-11</y>
               <width>50</width>
               <height>32</height>
               <resize>2</resize>
@@ -1589,7 +1588,6 @@ He level LT-001 &amp;&amp; LT-002 &gt; 80%</text>
               </macros>
               <file>../../../ICS_OPI_LIBRARY/DeviceTypes/DigitalMeasure/HW_INTLCK_BlockIcon_Compact.bob</file>
               <x>248</x>
-              <y>-1</y>
               <width>50</width>
               <height>32</height>
               <resize>2</resize>
@@ -1856,4 +1854,67 @@ He level LT-001 &amp;&amp; LT-002 &gt; 80%</text>
     <height>510</height>
     <active_tab>2</active_tab>
   </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>ColdCond</name>
+    <actions>
+      <action type="write_pv">
+        <pv_name>TS2-010:Cryo-Virt-900:cmd_ColdCond</pv_name>
+        <value>1</value>
+        <description>ColdConditioning</description>
+      </action>
+    </actions>
+    <pv_name>TS2-010:Cryo-Virt-900:cmd_ColdCond</pv_name>
+    <text>Cold Conditioning</text>
+    <x>730</x>
+    <y>10</y>
+    <width>160</width>
+    <font>
+      <font family="Digital Readout Thick Upright Regular" style="REGULAR" size="16.0">
+      </font>
+    </font>
+    <tooltip>$(actions)</tooltip>
+    <show_confirm_dialog>true</show_confirm_dialog>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>STOP</name>
+    <actions>
+      <action type="write_pv">
+        <pv_name>TS2-010:Cryo-Virt-900:cmd_Stop</pv_name>
+        <value>1</value>
+        <description>STOP</description>
+      </action>
+    </actions>
+    <pv_name>TS2-010:Cryo-Virt-900:cmd_Stop</pv_name>
+    <text>STOP</text>
+    <x>920</x>
+    <y>10</y>
+    <width>160</width>
+    <font>
+      <font family="Digital Readout Thick Upright Regular" style="REGULAR" size="16.0">
+      </font>
+    </font>
+    <tooltip>$(actions)</tooltip>
+    <show_confirm_dialog>true</show_confirm_dialog>
+  </widget>
+  <widget type="action_button" version="3.0.0">
+    <name>WarmCond</name>
+    <actions>
+      <action type="write_pv">
+        <pv_name>TS2-010:Cryo-Virt-900:cmd_WarmCond</pv_name>
+        <value>1</value>
+        <description>Warm Conditioning</description>
+      </action>
+    </actions>
+    <pv_name>TS2-010:Cryo-Virt-900:cmd_WarmCond</pv_name>
+    <text>Warm Conditioning</text>
+    <x>540</x>
+    <y>10</y>
+    <width>160</width>
+    <font>
+      <font family="Digital Readout Thick Upright Regular" style="REGULAR" size="16.0">
+      </font>
+    </font>
+    <tooltip>$(actions)</tooltip>
+    <show_confirm_dialog>true</show_confirm_dialog>
+  </widget>
 </display>
-- 
GitLab