From 99af289948d95a11778ced826d488dcb561166f0 Mon Sep 17 00:00:00 2001 From: Emilio Asensi <emilio.asensiconejero@esss.se> Date: Mon, 8 Feb 2021 14:52:36 +0100 Subject: [PATCH] Couplers conditioning interlock --- .../TS2/ts2-cryomodule/TS2_modeSelector.bob | 77 +- .../TS2/ts2-cryomodule/interlocks.bob | 18 +- .../interlocks/CryomoduleReady.bob | 1859 +++++++++++++++++ .../interlocks/EHinterlocks.bob | 24 +- 4 files changed, 1952 insertions(+), 26 deletions(-) create mode 100644 NON-APPROVED/TS2/ts2-cryomodule/interlocks/CryomoduleReady.bob diff --git a/NON-APPROVED/TS2/ts2-cryomodule/TS2_modeSelector.bob b/NON-APPROVED/TS2/ts2-cryomodule/TS2_modeSelector.bob index 89e514ee..1fc39209 100644 --- a/NON-APPROVED/TS2/ts2-cryomodule/TS2_modeSelector.bob +++ b/NON-APPROVED/TS2/ts2-cryomodule/TS2_modeSelector.bob @@ -2,7 +2,7 @@ <display version="2.0.0"> <name>modeSelector</name> <width>2560</width> - <height>750</height> + <height>850</height> <actions> <action type="execute"> <script file="EmbeddedPy"> @@ -63,24 +63,30 @@ else: </widget> <widget type="led" version="2.0.0"> <name>Standby300K</name> - <pv_name>TS2-010:Cryo-Virt-MODSEL:OpMode_Ready</pv_name> + <pv_name>TS2-010:Cryo-Virt-900:si_CryomReady</pv_name> <x>460</x> <y>310</y> <width>180</width> <height>100</height> + <off_label>Stand-by 300K</off_label> <off_color> <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> </color> </off_color> + <on_label>Stand-by 300K</on_label> <on_color> <color name="LED-GREEN-ON" red="70" green="255" blue="70"> </color> </on_color> + <font> + <font family="Source Sans Pro" style="REGULAR" size="24.0"> + </font> + </font> <square>true</square> </widget> <widget type="led" version="2.0.0"> <name>Standby80K</name> - <pv_name>TS2-010:Cryo-Virt-MODSEL:OpMode_StandBy80K</pv_name> + <pv_name>TS2-010:Cryo-Virt-900:si_StandBy_80K</pv_name> <x>860</x> <y>310</y> <width>180</width> @@ -213,19 +219,19 @@ else: <show_confirm_dialog>true</show_confirm_dialog> </widget> <widget type="action_button" version="3.0.0"> - <name>Standby300K</name> + <name>WarmCond</name> <actions> <action type="write_pv"> - <pv_name>TS2-010:Cryo-Virt-MODSEL:Cmd_Stand_by_300K</pv_name> + <pv_name>TS2-010:Cryo-Virt-900:cmd_WarmCond</pv_name> <value>1</value> - <description>Cryomodule Stand-by 300K</description> + <description>Warm Conditioning</description> </action> </actions> - <pv_name>TS2-010:Cryo-Virt-MODSEL:Cmd_Stand_by_300K</pv_name> - <text>Stand-by -300K</text> - <x>470</x> - <y>320</y> + <pv_name>TS2-010:Cryo-Virt-900:cmd_WarmCond</pv_name> + <text>Warm +Conditioning</text> + <x>680</x> + <y>680</y> <width>160</width> <height>80</height> <font> @@ -419,7 +425,7 @@ Vacuum</on_label> </widget> <widget type="led" version="2.0.0"> <name>SystemStopLED</name> - <pv_name>TS2-010:Cryo-Virt-MODSEL:OpMode_Stopped</pv_name> + <pv_name>TS2-010:Cryo-Virt-900:si_SystemSopped</pv_name> <bit>0</bit> <x>40</x> <y>330</y> @@ -869,6 +875,51 @@ Vacuum</on_label> <x>40</x> <y>430</y> <width>530</width> - <height>290</height> + <height>400</height> + </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>870</x> + <y>680</y> + <width>160</width> + <height>80</height> + <font> + <font family="Digital Readout Thick Upright Regular" style="REGULAR" size="21.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>1060</x> + <y>680</y> + <width>160</width> + <height>80</height> + <font> + <font family="Digital Readout Thick Upright Regular" style="REGULAR" size="21.0"> + </font> + </font> + <tooltip>$(actions)</tooltip> + <show_confirm_dialog>true</show_confirm_dialog> </widget> </display> diff --git a/NON-APPROVED/TS2/ts2-cryomodule/interlocks.bob b/NON-APPROVED/TS2/ts2-cryomodule/interlocks.bob index a4dfe8fa..d90877a5 100644 --- a/NON-APPROVED/TS2/ts2-cryomodule/interlocks.bob +++ b/NON-APPROVED/TS2/ts2-cryomodule/interlocks.bob @@ -120,7 +120,7 @@ </widget> <widget type="label" version="2.0.0"> <name>I3_label_text</name> - <text>CryoOK</text> + <text>CryoOK OR Cryomodule Conditioning</text> <x>215</x> <y>149</y> <width>300</width> @@ -440,4 +440,20 @@ </font> <horizontal_alignment>2</horizontal_alignment> </widget> + <widget type="action_button" version="3.0.0"> + <name>Action Button_3</name> + <actions> + <action type="open_display"> + <file>interlocks/CryomoduleReady.bob</file> + <target>window</target> + <description>Open Display</description> + </action> + </actions> + <text>D</text> + <x>525</x> + <y>149</y> + <width>30</width> + <height>20</height> + <tooltip>$(actions)</tooltip> + </widget> </display> diff --git a/NON-APPROVED/TS2/ts2-cryomodule/interlocks/CryomoduleReady.bob b/NON-APPROVED/TS2/ts2-cryomodule/interlocks/CryomoduleReady.bob new file mode 100644 index 00000000..5fdb4342 --- /dev/null +++ b/NON-APPROVED/TS2/ts2-cryomodule/interlocks/CryomoduleReady.bob @@ -0,0 +1,1859 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>Cryomodule Ready</name> + <width>1100</width> + <widget type="rectangle" version="2.0.0"> + <name>title-bar_3</name> + <width>1100</width> + <height>50</height> + <line_width>0</line_width> + <background_color> + <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>Interlocks_title</name> + <class>TITLE</class> + <text>Cryomodule Ready</text> + <x use_class="true">20</x> + <y use_class="true">0</y> + <width>550</width> + <height use_class="true">50</height> + <font use_class="true"> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <foreground_color use_class="true"> + <color name="HEADER-TEXT" red="0" green="0" blue="0"> + </color> + </foreground_color> + <transparent use_class="true">true</transparent> + <horizontal_alignment use_class="true">0</horizontal_alignment> + <vertical_alignment use_class="true">1</vertical_alignment> + <wrap_words use_class="true">false</wrap_words> + </widget> + <widget type="tabs" version="2.0.0"> + <name>Tabs</name> + <tabs> + <tab> + <name>Warm Conditioning</name> + <children> + <widget type="group" version="2.0.0"> + <name>Operation Mode</name> + <x>8</x> + <y>7</y> + <width>330</width> + <height>70</height> + <widget type="label" version="2.0.0"> + <name>WarmCond_label</name> + <text>Operation Mode Warm Conditioning</text> + <x>3</x> + <y>6</y> + <width>250</width> + </widget> + <widget type="led" version="2.0.0"> + <name>WarmCond_led</name> + <pv_name>TS2-010:Cryo-Virt-900:si_WarmCond</pv_name> + <x>264</x> + <y>9</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>Water</name> + <x>8</x> + <y>67</y> + <width>1051</width> + <height>126</height> + <widget type="label" version="2.0.0"> + <name>Label_39</name> + <text>FPC water flow: 1.5-4 lpm</text> + <x>9</x> + <y>8</y> + <width>211</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_40</name> + <text>FPC water temperature < 45 C</text> + <x>10</x> + <y>35</y> + <width>240</width> + <height>30</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_44</name> + <text>TS2-010CRM:WtrC-FT-527:MeasValue</text> + <x>320</x> + <y>5</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_41</name> + <pv_name>TS2-010CRM:WtrC-FT-527:MeasValue</pv_name> + <x>580</x> + <y>5</y> + <width>64</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_42</name> + <pv_name>TS2-010CRM:WtrC-FT-537:MeasValue</pv_name> + <x>580</x> + <y>25</y> + <width>64</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_45</name> + <text>TS2-010CRM:WtrC-FT-537:MeasValue</text> + <x>320</x> + <y>25</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_43</name> + <pv_name>TS2-010CRM:WtrC-FT-547:MeasValue</pv_name> + <x>580</x> + <y>45</y> + <width>64</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_46</name> + <text>TS2-010CRM:WtrC-FT-547:MeasValue</text> + <x>320</x> + <y>45</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_44</name> + <pv_name>TS2-010CRM:WtrC-FT-557:MeasValue</pv_name> + <x>580</x> + <y>65</y> + <width>64</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_47</name> + <text>TS2-010CRM:WtrC-FT-557:MeasValue</text> + <x>320</x> + <y>65</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_48</name> + <text>TS2-010CRM:WtrC-TE-525:MeasValue</text> + <x>690</x> + <y>5</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_45</name> + <pv_name>TS2-010CRM:WtrC-TE-525:MeasValue</pv_name> + <x>950</x> + <y>5</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_46</name> + <pv_name>TS2-010CRM:WtrC-TE-535:MeasValue</pv_name> + <x>950</x> + <y>25</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_49</name> + <text>TS2-010CRM:WtrC-TE-535:MeasValue</text> + <x>690</x> + <y>25</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_47</name> + <pv_name>TS2-010CRM:WtrC-TE-545:MeasValue</pv_name> + <x>950</x> + <y>45</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_50</name> + <text>TS2-010CRM:WtrC-TE-545:MeasValue</text> + <x>690</x> + <y>45</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_48</name> + <pv_name>TS2-010CRM:WtrC-TE-555:MeasValue</pv_name> + <x>950</x> + <y>65</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_51</name> + <text>TS2-010CRM:WtrC-TE-555:MeasValue</text> + <x>690</x> + <y>65</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_41</name> + <text>C</text> + <x>992</x> + <y>5</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_42</name> + <text>C</text> + <x>992</x> + <y>25</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_43</name> + <text>C</text> + <x>992</x> + <y>45</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_44</name> + <text>C</text> + <x>992</x> + <y>65</y> + <width>10</width> + </widget> + <widget type="led" version="2.0.0"> + <name>Water_led1_3</name> + <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_001</pv_name> + <x>264</x> + <y>8</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="led" version="2.0.0"> + <name>Water_led1_4</name> + <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_002</pv_name> + <x>264</x> + <y>37</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>Cryo</name> + <x>9</x> + <y>183</y> + <width>1051</width> + <height>280</height> + <widget type="label" version="2.0.0"> + <name>Label_45</name> + <text>FPC cryo temperature < 318 K</text> + <y>9</y> + <width>249</width> + <height>128</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="led" version="2.0.0"> + <name>Cryo_led1_6</name> + <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_003</pv_name> + <x>264</x> + <y>9</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_52</name> + <text>TS2-010CRM:Cryo-TE-013:MeasValue</text> + <x>319</x> + <y>9</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_49</name> + <pv_name>TS2-010CRM:Cryo-TE-013:MeasValue</pv_name> + <x>579</x> + <y>9</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_50</name> + <pv_name>TS2-010CRM:Cryo-TE-023:MeasValue</pv_name> + <x>579</x> + <y>29</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_53</name> + <text>TS2-010CRM:Cryo-TE-023:MeasValue</text> + <x>319</x> + <y>29</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_51</name> + <pv_name>TS2-010CRM:Cryo-TE-033:MeasValue</pv_name> + <x>579</x> + <y>49</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_54</name> + <text>TS2-010CRM:Cryo-TE-033:MeasValue</text> + <x>319</x> + <y>49</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_52</name> + <pv_name>TS2-010CRM:Cryo-TE-043:MeasValue</pv_name> + <x>579</x> + <y>69</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_55</name> + <text>TS2-010CRM:Cryo-TE-043:MeasValue</text> + <x>319</x> + <y>69</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_46</name> + <text>K</text> + <x>621</x> + <y>9</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_47</name> + <text>K</text> + <x>621</x> + <y>29</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_48</name> + <text>K</text> + <x>621</x> + <y>49</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_49</name> + <text>K</text> + <x>621</x> + <y>69</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_56</name> + <text>TS2-010CRM:Cryo-TE-014:MeasValue</text> + <x>319</x> + <y>99</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_53</name> + <pv_name>TS2-010CRM:Cryo-TE-014:MeasValue</pv_name> + <x>579</x> + <y>99</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_54</name> + <pv_name>TS2-010CRM:Cryo-TE-024:MeasValue</pv_name> + <x>579</x> + <y>119</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_57</name> + <text>TS2-010CRM:Cryo-TE-024:MeasValue</text> + <x>319</x> + <y>119</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_55</name> + <pv_name>TS2-010CRM:Cryo-TE-034:MeasValue</pv_name> + <x>579</x> + <y>139</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_58</name> + <text>TS2-010CRM:Cryo-TE-034:MeasValue</text> + <x>319</x> + <y>139</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_56</name> + <pv_name>TS2-010CRM:Cryo-TE-044:MeasValue</pv_name> + <x>579</x> + <y>159</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_59</name> + <text>TS2-010CRM:Cryo-TE-044:MeasValue</text> + <x>319</x> + <y>159</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_50</name> + <text>K</text> + <x>621</x> + <y>99</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_51</name> + <text>K</text> + <x>621</x> + <y>119</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_52</name> + <text>K</text> + <x>621</x> + <y>139</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_53</name> + <text>K</text> + <x>621</x> + <y>159</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_60</name> + <text>TS2-010CRM:Cryo-TE-015:MeasValue</text> + <x>689</x> + <y>9</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_57</name> + <pv_name>TS2-010CRM:Cryo-TE-015:MeasValue</pv_name> + <x>949</x> + <y>9</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_58</name> + <pv_name>TS2-010CRM:Cryo-TE-025:MeasValue</pv_name> + <x>949</x> + <y>29</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_61</name> + <text>TS2-010CRM:Cryo-TE-025:MeasValue</text> + <x>689</x> + <y>29</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_59</name> + <pv_name>TS2-010CRM:Cryo-TE-035:MeasValue</pv_name> + <x>949</x> + <y>49</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_62</name> + <text>TS2-010CRM:Cryo-TE-035:MeasValue</text> + <x>689</x> + <y>49</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_60</name> + <pv_name>TS2-010CRM:Cryo-TE-045:MeasValue</pv_name> + <x>949</x> + <y>69</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_63</name> + <text>TS2-010CRM:Cryo-TE-045:MeasValue</text> + <x>689</x> + <y>69</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_54</name> + <text>K</text> + <x>991</x> + <y>9</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_55</name> + <text>K</text> + <x>991</x> + <y>29</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_56</name> + <text>K</text> + <x>991</x> + <y>49</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_57</name> + <text>K</text> + <x>991</x> + <y>69</y> + <width>10</width> + </widget> + <widget type="polyline" version="2.0.0"> + <name>Polyline</name> + <x>320</x> + <y>112</y> + <width>310</width> + <height>1</height> + <points> + <point x="0.0" y="0.0"> + </point> + <point x="310.0" y="0.0"> + </point> + </points> + <line_width>1</line_width> + <line_color> + <color name="BLACK" red="0" green="0" blue="0"> + </color> + </line_color> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>CMRy</name> + <x>329</x> + <y>7</y> + <width>330</width> + <height>70</height> + <widget type="label" version="2.0.0"> + <name>13_label</name> + <text>CryoModuleReady (LPS):</text> + <x>3</x> + <y>6</y> + <width>180</width> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="embedded" version="2.0.0"> + <name>Embedded Display_1</name> + <macros> + <WIDDev>Virt</WIDDev> + <WIDDis>Cryo</WIDDis> + <WIDIndex>CMRy</WIDIndex> + <WIDSecSub>TS2-010</WIDSecSub> + </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> + </widget> + </widget> + </children> + </tab> + <tab> + <name>Cold Conditioning</name> + <children> + <widget type="group" version="2.0.0"> + <name>Operation Mode</name> + <x>8</x> + <y>7</y> + <width>330</width> + <height>70</height> + <widget type="label" version="2.0.0"> + <name>ColdCond_label</name> + <text>Operation Mode Cold Conditioning</text> + <x>3</x> + <y>6</y> + <width>250</width> + </widget> + <widget type="led" version="2.0.0"> + <name>ColdCond_led</name> + <pv_name>TS2-010:Cryo-Virt-900:si_ColdCond</pv_name> + <x>264</x> + <y>9</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>Water</name> + <x>8</x> + <y>67</y> + <width>1051</width> + <height>126</height> + <widget type="label" version="2.0.0"> + <name>Label_19</name> + <text>FPC water flow: 1.5-4 lpm</text> + <x>9</x> + <y>8</y> + <width>211</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_20</name> + <text>FPC water temperature < 45 C</text> + <x>10</x> + <y>35</y> + <width>240</width> + <height>30</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_24</name> + <text>TS2-010CRM:WtrC-FT-527:MeasValue</text> + <x>320</x> + <y>5</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_21</name> + <pv_name>TS2-010CRM:WtrC-FT-527:MeasValue</pv_name> + <x>580</x> + <y>5</y> + <width>64</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_22</name> + <pv_name>TS2-010CRM:WtrC-FT-537:MeasValue</pv_name> + <x>580</x> + <y>25</y> + <width>64</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_25</name> + <text>TS2-010CRM:WtrC-FT-537:MeasValue</text> + <x>320</x> + <y>25</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_23</name> + <pv_name>TS2-010CRM:WtrC-FT-547:MeasValue</pv_name> + <x>580</x> + <y>45</y> + <width>64</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_26</name> + <text>TS2-010CRM:WtrC-FT-547:MeasValue</text> + <x>320</x> + <y>45</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_24</name> + <pv_name>TS2-010CRM:WtrC-FT-557:MeasValue</pv_name> + <x>580</x> + <y>65</y> + <width>64</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_27</name> + <text>TS2-010CRM:WtrC-FT-557:MeasValue</text> + <x>320</x> + <y>65</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_28</name> + <text>TS2-010CRM:WtrC-TE-525:MeasValue</text> + <x>690</x> + <y>5</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_25</name> + <pv_name>TS2-010CRM:WtrC-TE-525:MeasValue</pv_name> + <x>950</x> + <y>5</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_26</name> + <pv_name>TS2-010CRM:WtrC-TE-535:MeasValue</pv_name> + <x>950</x> + <y>25</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_29</name> + <text>TS2-010CRM:WtrC-TE-535:MeasValue</text> + <x>690</x> + <y>25</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_27</name> + <pv_name>TS2-010CRM:WtrC-TE-545:MeasValue</pv_name> + <x>950</x> + <y>45</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_30</name> + <text>TS2-010CRM:WtrC-TE-545:MeasValue</text> + <x>690</x> + <y>45</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_28</name> + <pv_name>TS2-010CRM:WtrC-TE-555:MeasValue</pv_name> + <x>950</x> + <y>65</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_31</name> + <text>TS2-010CRM:WtrC-TE-555:MeasValue</text> + <x>690</x> + <y>65</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_21</name> + <text>C</text> + <x>992</x> + <y>5</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_22</name> + <text>C</text> + <x>992</x> + <y>25</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_23</name> + <text>C</text> + <x>992</x> + <y>45</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_24</name> + <text>C</text> + <x>992</x> + <y>65</y> + <width>10</width> + </widget> + <widget type="led" version="2.0.0"> + <name>Water_led1</name> + <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_001</pv_name> + <x>264</x> + <y>8</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="led" version="2.0.0"> + <name>Water_led1_1</name> + <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_002</pv_name> + <x>264</x> + <y>37</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>Cryo</name> + <x>9</x> + <y>183</y> + <width>1051</width> + <height>280</height> + <widget type="label" version="2.0.0"> + <name>Label_25</name> + <text>FPC cryo temperature < 318 K +He cavity tank temperature < 4.5 K +PT04 && PT03 < 1100 mbar +He level LT-001 && LT-002 > 80%</text> + <y>9</y> + <width>249</width> + <height>128</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="led" version="2.0.0"> + <name>Cryo_led1_2</name> + <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_003</pv_name> + <x>264</x> + <y>9</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="led" version="2.0.0"> + <name>Cryo_led1_3</name> + <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_004</pv_name> + <x>264</x> + <y>35</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="led" version="2.0.0"> + <name>Cryo_led1_4</name> + <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_006</pv_name> + <x>264</x> + <y>61</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="led" version="2.0.0"> + <name>Cryo_led1_5</name> + <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_005</pv_name> + <x>264</x> + <y>86</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_32</name> + <text>TS2-010CRM:Cryo-TE-013:MeasValue</text> + <x>319</x> + <y>9</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_29</name> + <pv_name>TS2-010CRM:Cryo-TE-013:MeasValue</pv_name> + <x>579</x> + <y>9</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_30</name> + <pv_name>TS2-010CRM:Cryo-TE-023:MeasValue</pv_name> + <x>579</x> + <y>29</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_33</name> + <text>TS2-010CRM:Cryo-TE-023:MeasValue</text> + <x>319</x> + <y>29</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_31</name> + <pv_name>TS2-010CRM:Cryo-TE-033:MeasValue</pv_name> + <x>579</x> + <y>49</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_34</name> + <text>TS2-010CRM:Cryo-TE-033:MeasValue</text> + <x>319</x> + <y>49</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_32</name> + <pv_name>TS2-010CRM:Cryo-TE-043:MeasValue</pv_name> + <x>579</x> + <y>69</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_35</name> + <text>TS2-010CRM:Cryo-TE-043:MeasValue</text> + <x>319</x> + <y>69</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_26</name> + <text>K</text> + <x>621</x> + <y>9</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_27</name> + <text>K</text> + <x>621</x> + <y>29</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_28</name> + <text>K</text> + <x>621</x> + <y>49</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_29</name> + <text>K</text> + <x>621</x> + <y>69</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_36</name> + <text>TS2-010CRM:Cryo-TE-014:MeasValue</text> + <x>319</x> + <y>99</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_33</name> + <pv_name>TS2-010CRM:Cryo-TE-014:MeasValue</pv_name> + <x>579</x> + <y>99</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_34</name> + <pv_name>TS2-010CRM:Cryo-TE-024:MeasValue</pv_name> + <x>579</x> + <y>119</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_37</name> + <text>TS2-010CRM:Cryo-TE-024:MeasValue</text> + <x>319</x> + <y>119</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_35</name> + <pv_name>TS2-010CRM:Cryo-TE-034:MeasValue</pv_name> + <x>579</x> + <y>139</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_38</name> + <text>TS2-010CRM:Cryo-TE-034:MeasValue</text> + <x>319</x> + <y>139</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_36</name> + <pv_name>TS2-010CRM:Cryo-TE-044:MeasValue</pv_name> + <x>579</x> + <y>159</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_39</name> + <text>TS2-010CRM:Cryo-TE-044:MeasValue</text> + <x>319</x> + <y>159</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_30</name> + <text>K</text> + <x>621</x> + <y>99</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_31</name> + <text>K</text> + <x>621</x> + <y>119</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_32</name> + <text>K</text> + <x>621</x> + <y>139</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_33</name> + <text>K</text> + <x>621</x> + <y>159</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_40</name> + <text>TS2-010CRM:Cryo-TE-015:MeasValue</text> + <x>689</x> + <y>9</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_37</name> + <pv_name>TS2-010CRM:Cryo-TE-015:MeasValue</pv_name> + <x>949</x> + <y>9</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_38</name> + <pv_name>TS2-010CRM:Cryo-TE-025:MeasValue</pv_name> + <x>949</x> + <y>29</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_41</name> + <text>TS2-010CRM:Cryo-TE-025:MeasValue</text> + <x>689</x> + <y>29</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_39</name> + <pv_name>TS2-010CRM:Cryo-TE-035:MeasValue</pv_name> + <x>949</x> + <y>49</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_42</name> + <text>TS2-010CRM:Cryo-TE-035:MeasValue</text> + <x>689</x> + <y>49</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_40</name> + <pv_name>TS2-010CRM:Cryo-TE-045:MeasValue</pv_name> + <x>949</x> + <y>69</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_43</name> + <text>TS2-010CRM:Cryo-TE-045:MeasValue</text> + <x>689</x> + <y>69</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_34</name> + <text>K</text> + <x>991</x> + <y>9</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_35</name> + <text>K</text> + <x>991</x> + <y>29</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_36</name> + <text>K</text> + <x>991</x> + <y>49</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_37</name> + <text>K</text> + <x>991</x> + <y>69</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_64</name> + <text>TS2-010CRM:Cryo-TE-019:MeasValue</text> + <x>689</x> + <y>99</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_61</name> + <pv_name>TS2-010CRM:Cryo-TE-019:MeasValue</pv_name> + <x>949</x> + <y>99</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_62</name> + <pv_name>TS2-010CRM:Cryo-TE-029:MeasValue</pv_name> + <x>949</x> + <y>119</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_65</name> + <text>TS2-010CRM:Cryo-TE-029:MeasValue</text> + <x>689</x> + <y>119</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_63</name> + <pv_name>TS2-010CRM:Cryo-TE-039:MeasValue</pv_name> + <x>949</x> + <y>139</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_66</name> + <text>TS2-010CRM:Cryo-TE-039:MeasValue</text> + <x>689</x> + <y>139</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_64</name> + <pv_name>TS2-010CRM:Cryo-TE-049:MeasValue</pv_name> + <x>949</x> + <y>159</y> + <width>40</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_67</name> + <text>TS2-010CRM:Cryo-TE-049:MeasValue</text> + <x>689</x> + <y>159</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_58</name> + <text>K</text> + <x>991</x> + <y>99</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_59</name> + <text>K</text> + <x>991</x> + <y>119</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_60</name> + <text>K</text> + <x>991</x> + <y>139</y> + <width>10</width> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_61</name> + <text>K</text> + <x>991</x> + <y>159</y> + <width>10</width> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_67</name> + <pv_name>TS2-010CRM:Cryo-LT-001:MeasValue</pv_name> + <x>942</x> + <y>189</y> + <width>60</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_70</name> + <text>TS2-010CRM:Cryo-LT-001:MeasValue</text> + <x>689</x> + <y>189</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_68</name> + <pv_name>TS2-010CRM:Cryo-LT-002:MeasValue</pv_name> + <x>942</x> + <y>209</y> + <width>60</width> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_71</name> + <text>TS2-010CRM:Cryo-LT-002:MeasValue</text> + <x>689</x> + <y>209</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_68</name> + <text>TS2-010CRM:Cryo-PT-003:MeasValue</text> + <x>319</x> + <y>189</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_65</name> + <pv_name>TS2-010CRM:Cryo-PT-003:MeasValue</pv_name> + <x>564</x> + <y>189</y> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>Text Update_66</name> + <pv_name>TS2-010CRM:Cryo-PT-004:MeasValue</pv_name> + <x>564</x> + <y>209</y> + <precision>2</precision> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I3_label_text_69</name> + <text>TS2-010CRM:Cryo-PT-004:MeasValue</text> + <x>319</x> + <y>209</y> + <width>250</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="polyline" version="2.0.0"> + <name>Polyline_1</name> + <x>320</x> + <y>112</y> + <width>310</width> + <height>10</height> + <points> + <point x="0.0" y="0.0"> + </point> + <point x="310.0" y="0.0"> + </point> + </points> + <line_width>1</line_width> + <line_color> + <color name="BLACK" red="0" green="0" blue="0"> + </color> + </line_color> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>CMRy</name> + <x>329</x> + <y>7</y> + <width>330</width> + <height>70</height> + <widget type="label" version="2.0.0"> + <name>13_label_1</name> + <text>CryoModuleReady (LPS):</text> + <x>3</x> + <y>6</y> + <width>180</width> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="embedded" version="2.0.0"> + <name>Embedded Display_2</name> + <macros> + <WIDDev>Virt</WIDDev> + <WIDDis>Cryo</WIDDis> + <WIDIndex>CMRy</WIDIndex> + <WIDSecSub>TS2-010</WIDSecSub> + </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> + </widget> + </widget> + </children> + </tab> + <tab> + <name>Regular Operations</name> + <children> + <widget type="label" version="2.0.0"> + <name>I1_label</name> + <text>CryoOK (2K):</text> + <x>69</x> + <y>23</y> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I1_label_text</name> + <text>CryoReady AND PVPSrun AND Pressure < 32 mBar</text> + <x>170</x> + <y>23</y> + <width>400</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="led" version="2.0.0"> + <name>CryOK_led</name> + <pv_name>TS2-010:Cryo-Virt-CryoOK:Opened</pv_name> + <x>514</x> + <y>23</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="label" version="2.0.0"> + <name>I2_label_text_2</name> + <text>TICP WCS PVPS Status</text> + <x>69</x> + <y>69</y> + <width>170</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I2_label_text_3</name> + <text>TICP WCS PVPS Module 1 Selected OR</text> + <x>69</x> + <y>109</y> + <width>310</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I2_label_text_4</name> + <text>PT-24900A < GRAPH.G7200.Par_S[9]</text> + <x>69</x> + <y>209</y> + <width>270</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>PT-24900A-SP</name> + <pv_name>CrS-TICP:Cryo-Virt-G7200:Par_S9</pv_name> + <x>499</x> + <y>209</y> + <width>42</width> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I2_label_text_7</name> + <text>TICP WCS PVPS Module 2 Selected OR</text> + <x>69</x> + <y>139</y> + <width>310</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I2_label_text_8</name> + <text>TICP WCS PVPS Module 3 Selected</text> + <x>69</x> + <y>169</y> + <width>310</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="led" version="2.0.0"> + <name>PVPS_led</name> + <pv_name>CrS-TICP:Cryo-Virt-MISC2:Mode_PVPS</pv_name> + <x>515</x> + <y>69</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="led" version="2.0.0"> + <name>PVPS_m1_led</name> + <pv_name>CrS-TICP:Cryo-Virt-CMD2:PVPS_Module_1_sel</pv_name> + <x>515</x> + <y>109</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="led" version="2.0.0"> + <name>PVPS_m2_led</name> + <pv_name>CrS-TICP:Cryo-Virt-CMD2:PVPS_Module_2_sel</pv_name> + <x>515</x> + <y>139</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="led" version="2.0.0"> + <name>PVPS_m3_led</name> + <pv_name>CrS-TICP:Cryo-Virt-CMD2:PVPS_Module_3_sel</pv_name> + <x>515</x> + <y>169</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>PT-24900A</name> + <pv_name>CrS-TICP:Cryo-PT-24900A:Val</pv_name> + <x>375</x> + <y>209</y> + <width>82</width> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I2_label_text_9</name> + <text><</text> + <x>471</x> + <y>209</y> + <width>19</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I2_label</name> + <text>CryoReady (4.5K):</text> + <x>69</x> + <y>253</y> + <width>133</width> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I2_label_text</name> + <text>TICP cooled down at 4.5K AND not tripped</text> + <x>211</x> + <y>253</y> + <width>300</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="led" version="2.0.0"> + <name>CryoRdy_led</name> + <pv_name>TS2-010:Cryo-Virt-CryoRy:Opened</pv_name> + <x>515</x> + <y>253</y> + <off_color> + <color name="RED" red="252" green="13" blue="27"> + </color> + </off_color> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>CB Stepper</name> + <pv_name>CrS-TICP:Cryo-Virt-MISC1:Mode_CB</pv_name> + <x>489</x> + <y>293</y> + <width>50</width> + <horizontal_alignment>2</horizontal_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>I2_label_text_6</name> + <text>TICP ColdBox Mode = 2 (Nominal) OR</text> + <x>69</x> + <y>293</y> + <width>360</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>I2_label_text_10</name> + <text>TICP ColdBox Mode = 11 (Ready for RF)</text> + <x>69</x> + <y>323</y> + <width>320</width> + <font> + <font family="Source Sans Pro" style="ITALIC" size="16.0"> + </font> + </font> + </widget> + <widget type="group" version="2.0.0"> + <name>CMRy</name> + <x>619</x> + <y>13</y> + <width>330</width> + <height>70</height> + <widget type="label" version="2.0.0"> + <name>13_label_2</name> + <text>CryoModuleReady (LPS):</text> + <x>3</x> + <y>6</y> + <width>180</width> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="embedded" version="2.0.0"> + <name>Embedded Display_3</name> + <macros> + <WIDDev>Virt</WIDDev> + <WIDDis>Cryo</WIDDis> + <WIDIndex>CMRy</WIDIndex> + <WIDSecSub>TS2-010</WIDSecSub> + </macros> + <file>../../../ICS_OPI_LIBRARY/DeviceTypes/DigitalMeasure/HW_INTLCK_BlockIcon_Compact.bob</file> + <x>248</x> + <width>50</width> + <height>32</height> + <resize>2</resize> + </widget> + </widget> + </children> + </tab> + </tabs> + <x>10</x> + <y>60</y> + <width>1070</width> + <height>510</height> + <active_tab>2</active_tab> + </widget> +</display> diff --git a/NON-APPROVED/TS2/ts2-cryomodule/interlocks/EHinterlocks.bob b/NON-APPROVED/TS2/ts2-cryomodule/interlocks/EHinterlocks.bob index 1bb8b10a..ddce323b 100644 --- a/NON-APPROVED/TS2/ts2-cryomodule/interlocks/EHinterlocks.bob +++ b/NON-APPROVED/TS2/ts2-cryomodule/interlocks/EHinterlocks.bob @@ -58,7 +58,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_001</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH10_Protection</pv_name> <x>536</x> <y>80</y> <off_color> @@ -165,7 +165,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_1</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_005</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH20_Protection</pv_name> <x>536</x> <y>110</y> <off_color> @@ -201,7 +201,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_2</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_009</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH30_Protection</pv_name> <x>536</x> <y>140</y> <off_color> @@ -237,7 +237,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_3</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_013</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH40_Protection</pv_name> <x>536</x> <y>170</y> <off_color> @@ -273,7 +273,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_4</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_002</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH11_Protection</pv_name> <x>536</x> <y>290</y> <off_color> @@ -328,7 +328,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_6</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_003</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH12_Protection</pv_name> <x>1126</x> <y>80</y> <off_color> @@ -398,7 +398,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_8</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_006</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH21_Protection</pv_name> <x>536</x> <y>350</y> <off_color> @@ -453,7 +453,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_9</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_010</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH31_Protection</pv_name> <x>536</x> <y>410</y> <off_color> @@ -508,7 +508,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_10</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_014</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH41_Protection</pv_name> <x>536</x> <y>470</y> <off_color> @@ -563,7 +563,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_11</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_007</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH22_Protection</pv_name> <x>1126</x> <y>140</y> <off_color> @@ -618,7 +618,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_12</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_011</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH32_Protection</pv_name> <x>1126</x> <y>200</y> <off_color> @@ -673,7 +673,7 @@ </widget> <widget type="led" version="2.0.0"> <name>EH10_led_13</name> - <pv_name>TS2-010:Cryo-Virt-MISC:ReadDI_Others_015</pv_name> + <pv_name>TS2-010CRM:Cryo-Virt-000ehp:EH42_Protection</pv_name> <x>1126</x> <y>260</y> <off_color> -- GitLab