From 52afa9916d64ae8c07703d7a56a1f940f23ee2bf Mon Sep 17 00:00:00 2001 From: emilioasensiconejero <emilio.asensi@esss.lu.se> Date: Tue, 25 Oct 2022 15:02:04 +0200 Subject: [PATCH] Added option to adjusts Cryomodule Ready conditions from opi --- 99-Shared/CMRdySettings.bob | 1159 +++++++++++++++++++++++++++++++++ 99-Shared/CryomoduleReady.bob | 725 ++++++++------------- 2 files changed, 1444 insertions(+), 440 deletions(-) create mode 100755 99-Shared/CMRdySettings.bob diff --git a/99-Shared/CMRdySettings.bob b/99-Shared/CMRdySettings.bob new file mode 100755 index 0000000..ffd37f5 --- /dev/null +++ b/99-Shared/CMRdySettings.bob @@ -0,0 +1,1159 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>Set CM Ready conditions</name> + <width>970</width> + <height>570</height> + <widget type="rectangle" version="2.0.0"> + <name>title-bar_3</name> + <width>970</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>Set CM Ready limits</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="group" version="2.0.0"> + <name>group.setvalues</name> + <x>10</x> + <y>60</y> + <width>316</width> + <height>500</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.border</name> + <width>316</width> + <height>500</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background_1</name> + <x>6</x> + <y>35</y> + <width>304</width> + <height>135</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_STATUS_1</name> + <text>SET VALUES</text> + <width>317</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_1</name> + <text>Warm Conditioning:</text> + <x>18</x> + <y>44</y> + <width>217</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_62</name> + <text> FPC water flow: - lpm </text> + <x>30</x> + <y>74</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcFlow</name> + <pv_name>TS2-010CRM::CondWtrCFlowMAX</pv_name> + <x>201</x> + <y>77</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MInWtrcFlow</name> + <pv_name>TS2-010CRM::CondWtrCFlowMIN</pv_name> + <x>151</x> + <y>77</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_63</name> + <text> FPC water temperature: < C </text> + <x>30</x> + <y>101</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcTemp</name> + <pv_name>TS2-010CRM::CondWtrCTempMAX</pv_name> + <x>221</x> + <y>104</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_64</name> + <text> FPC cryo temperature: < K </text> + <x>30</x> + <y>128</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcTemp_1</name> + <pv_name>TS2-010CRM::CondFPCTempMAX</pv_name> + <x>208</x> + <y>131</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background_3</name> + <x>6</x> + <y>176</y> + <width>304</width> + <height>214</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_4</name> + <text>Cold Conditioning:</text> + <x>18</x> + <y>185</y> + <width>217</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>MaxLevel</name> + <text>He level LT-001 & LT-002 > %</text> + <x>30</x> + <y>349</y> + <width>270</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_65</name> + <text> FPC water flow: - lpm </text> + <x>30</x> + <y>215</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcFlow_3</name> + <pv_name>TS2-010CRM::CondWtrCFlowMAX</pv_name> + <x>201</x> + <y>218</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MInWtrcFlow_2</name> + <pv_name>TS2-010CRM::CondWtrCFlowMIN</pv_name> + <x>151</x> + <y>218</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_66</name> + <text> FPC water temperature: < C </text> + <x>30</x> + <y>242</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcTemp_2</name> + <pv_name>TS2-010CRM::CondWtrCTempMAX</pv_name> + <x>221</x> + <y>245</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_67</name> + <text> FPC cryo temperature: < K </text> + <x>30</x> + <y>269</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxTemp_3</name> + <pv_name>TS2-010CRM::CondFPCTempMAX</pv_name> + <x>208</x> + <y>272</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_68</name> + <text>He cavity tank temperature: < K </text> + <x>30</x> + <y>296</y> + <width>280</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxTemp_4</name> + <pv_name>TS2-010CRM::ColdCondCavTempMAX</pv_name> + <x>245</x> + <y>299</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>MaxPressure_3</name> + <text>PT04 & PT03 < mbar</text> + <x>30</x> + <y>323</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxPressure_4</name> + <pv_name>TS2-010CRM::ColdCondPressureMAX</pv_name> + <x>134</x> + <y>326</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxLevel_1</name> + <pv_name>TS2-010CRM::ColdCondLevelMIN</pv_name> + <x>219</x> + <y>353</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background_4</name> + <x>6</x> + <y>396</y> + <width>304</width> + <height>98</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="label" version="2.0.0"> + <name>MaxPressure_2</name> + <text>PT04 < mbar</text> + <x>30</x> + <y>435</y> + <width>251</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>MaxLevel_2</name> + <text>He level LT-001 || LT-002 > %</text> + <x>30</x> + <y>461</y> + <width>270</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxLevel_3</name> + <pv_name>TS2-010CRM::MIN_Lvl01</pv_name> + <x>219</x> + <y>462</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxPressure_5</name> + <pv_name>TS2-010CRM::MIN_Pres01</pv_name> + <x>84</x> + <y>438</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_5</name> + <text>Regular Operations:</text> + <x>18</x> + <y>405</y> + <width>217</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.setvalues_1</name> + <x>327</x> + <y>60</y> + <width>316</width> + <height>500</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.border_1</name> + <width>316</width> + <height>500</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background_5</name> + <x>6</x> + <y>35</y> + <width>304</width> + <height>135</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_STATUS_2</name> + <text>APPLIED VALUES</text> + <width>317</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_6</name> + <text>Warm Conditioning:</text> + <x>18</x> + <y>44</y> + <width>217</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_75</name> + <text> FPC water flow: - lpm </text> + <x>30</x> + <y>74</y> + <width>251</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_76</name> + <text> FPC water temperature: < C </text> + <x>30</x> + <y>101</y> + <width>251</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_77</name> + <text> FPC cryo temperature: < K </text> + <x>30</x> + <y>128</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background_6</name> + <x>6</x> + <y>176</y> + <width>304</width> + <height>214</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_7</name> + <text>Cold Conditioning:</text> + <x>18</x> + <y>185</y> + <width>217</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>MaxLevel_6</name> + <text>He level LT-001 & LT-002 > %</text> + <x>30</x> + <y>349</y> + <width>270</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_78</name> + <text> FPC water flow: - lpm </text> + <x>30</x> + <y>215</y> + <width>251</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_79</name> + <text> FPC water temperature: < C </text> + <x>30</x> + <y>242</y> + <width>251</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_80</name> + <text> FPC cryo temperature: < K </text> + <x>30</x> + <y>269</y> + <width>251</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_81</name> + <text>He cavity tank temperature: < K </text> + <x>30</x> + <y>296</y> + <width>280</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>MaxPressure_8</name> + <text>PT04 & PT03 < mbar</text> + <x>30</x> + <y>323</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background_7</name> + <x>6</x> + <y>396</y> + <width>304</width> + <height>98</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="label" version="2.0.0"> + <name>MaxPressure_10</name> + <text>PT04 < mbar</text> + <x>30</x> + <y>435</y> + <width>251</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>MaxLevel_8</name> + <text>He level LT-001 || LT-002 > %</text> + <x>30</x> + <y>461</y> + <width>270</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>LB_PID_Gain_8</name> + <text>Regular Operations:</text> + <x>18</x> + <y>405</y> + <width>217</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MInWtrcFlow_3</name> + <pv_name>TS2-010CRM::CondWtrCFlowMIN_st</pv_name> + <x>151</x> + <y>77</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcFlow_4</name> + <pv_name>TS2-010CRM::CondWtrCFlowMAX_st</pv_name> + <x>201</x> + <y>77</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcTemp_3</name> + <pv_name>TS2-010CRM::CondWtrCTempMAX_st</pv_name> + <x>221</x> + <y>104</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcTemp_4</name> + <pv_name>TS2-010CRM::CondFPCTempMAX_st</pv_name> + <x>208</x> + <y>131</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MInWtrcFlow_4</name> + <pv_name>TS2-010CRM::CondWtrCFlowMIN_st</pv_name> + <x>151</x> + <y>218</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcFlow_5</name> + <pv_name>TS2-010CRM::CondWtrCFlowMAX_st</pv_name> + <x>201</x> + <y>218</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcTemp_5</name> + <pv_name>TS2-010CRM::CondWtrCTempMAX_st</pv_name> + <x>219</x> + <y>243</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxTemp_5</name> + <pv_name>TS2-010CRM::CondFPCTempMAX_st</pv_name> + <x>208</x> + <y>270</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxTemp_6</name> + <pv_name>TS2-010CRM::CCondCavTempMAX_st</pv_name> + <x>248</x> + <y>296</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxPressure_6</name> + <pv_name>TS2-010CRM::CCondPressureMAX_st</pv_name> + <x>129</x> + <y>323</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxLevel_4</name> + <pv_name>TS2-010CRM::CCondLevelMIN_st</pv_name> + <x>219</x> + <y>353</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxPressure_7</name> + <pv_name>TS2-010CRM::readAI_Others_002</pv_name> + <x>89</x> + <y>435</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxLevel_5</name> + <pv_name>TS2-010CRM::readAI_Others_003</pv_name> + <x>212</x> + <y>462</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>group.setvalues_2</name> + <x>644</x> + <y>60</y> + <width>316</width> + <height>500</height> + <style>3</style> + <widget type="rectangle" version="2.0.0"> + <name>group.border_2</name> + <width>316</width> + <height>500</height> + <line_width>0</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background_8</name> + <x>6</x> + <y>35</y> + <width>304</width> + <height>135</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_STATUS_3</name> + <text>DEFAULT VALUES</text> + <width>317</width> + <height>35</height> + <font> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="GRAY-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_9</name> + <text>Warm Conditioning:</text> + <x>18</x> + <y>44</y> + <width>217</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background_9</name> + <x>6</x> + <y>176</y> + <width>304</width> + <height>214</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_10</name> + <text>Cold Conditioning:</text> + <x>18</x> + <y>185</y> + <width>217</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="rectangle" version="2.0.0"> + <name>group.background_10</name> + <x>6</x> + <y>396</y> + <width>304</width> + <height>98</height> + <line_width>0</line_width> + <line_color> + <color name="PRIMARY-GROUP-BORDER" red="151" green="188" blue="202"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_width>10</corner_width> + <corner_height>10</corner_height> + </widget> + <widget type="label" version="2.0.0"> + <name>LB_PID_Gain_11</name> + <text>Regular Operations:</text> + <x>18</x> + <y>405</y> + <width>217</width> + <height>30</height> + <foreground_color> + <color name="TEXT" red="25" green="25" blue="25"> + </color> + </foreground_color> + <background_color> + <color name="BLUE-BACKGROUND" red="195" green="226" blue="225"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_39</name> + <text>FPC water flow: 1.5-4 lpm</text> + <x>36</x> + <y>74</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>37</x> + <y>101</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>Label_46</name> + <text>FPC cryo temperature < 318 K</text> + <x>37</x> + <y>128</y> + <width>249</width> + <height>26</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="label" version="2.0.0"> + <name>Label_47</name> + <text>FPC water flow: 1.5-4 lpm</text> + <x>37</x> + <y>215</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_48</name> + <text>FPC water temperature < 45 C</text> + <x>38</x> + <y>242</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>Label_50</name> + <text>FPC cryo temperature < 318 K +He cavity tank temperature < 10 K +PT04 & PT03 < 1100 mbar +He level LT-001 & LT-002 > 15%</text> + <x>38</x> + <y>269</y> + <width>249</width> + <height>128</height> + <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_5</name> + <text>PT04 < 32 mbar</text> + <x>38</x> + <y>435</y> + <width>217</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_11</name> + <text>He level LT-001 || LT-002 > 78 %</text> + <x>38</x> + <y>461</y> + <width>249</width> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="action_button" version="3.0.0"> + <name>Action Button</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + <description>WritePV</description> + </action> + </actions> + <pv_name>TS2-010CRM::cmd_DefParam01</pv_name> + <text>RESTORE</text> + <x>228</x> + <y>39</y> + <width>78</width> + <visible>false</visible> + <font> + <font family="Source Sans Pro" style="BOLD_ITALIC" size="16.0"> + </font> + </font> + </widget> + </widget> +</display> diff --git a/99-Shared/CryomoduleReady.bob b/99-Shared/CryomoduleReady.bob index 79b6e80..7335ae1 100755 --- a/99-Shared/CryomoduleReady.bob +++ b/99-Shared/CryomoduleReady.bob @@ -2,351 +2,6 @@ <display version="2.0.0"> <name>Cryomodule Ready</name> <width>1100</width> - <widget type="group" version="2.0.0"> - <name>Testing Flexible conditions</name> - <x>20</x> - <y>600</y> - <width>610</width> - <height>370</height> - <widget type="label" version="2.0.0"> - <name>MaxPressure_2</name> - <text>PT04 < mbar</text> - <x>9</x> - <y>283</y> - <width>251</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>MaxLevel</name> - <text>He level LT-001 & LT-002 > %</text> - <x>9</x> - <y>243</y> - <width>270</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_62</name> - <text> FPC water flow: - lpm </text> - <x>9</x> - <y>9</y> - <width>251</width> - <height>27</height> - <font> - <font family="Source Sans Pro" style="BOLD" size="16.0"> - </font> - </font> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxWtrcFlow</name> - <pv_name>TS2-010CRM::CondWtrCFlowMAX</pv_name> - <x>180</x> - <y>12</y> - <width>40</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MInWtrcFlow</name> - <pv_name>TS2-010CRM::CondWtrCFlowMIN</pv_name> - <x>130</x> - <y>12</y> - <width>40</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="label" version="2.0.0"> - <name>Label_63</name> - <text> FPC water temperature: < C </text> - <x>9</x> - <y>36</y> - <width>251</width> - <height>27</height> - <font> - <font family="Source Sans Pro" style="BOLD" size="16.0"> - </font> - </font> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxWtrcTemp</name> - <pv_name>TS2-010CRM::CondWtrCTempMAX</pv_name> - <x>200</x> - <y>39</y> - <width>40</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="action_button" version="3.0.0"> - <name>WarmCond_1</name> - <actions> - <action type="write_pv"> - <pv_name>TS2-010CRM::cmd_WCondDefParam</pv_name> - <value>1</value> - <description>Default warm limits</description> - </action> - </actions> - <pv_name>TS2-010CRM::cmd_WCondDefParam</pv_name> - <text>Default Warm Cond limits</text> - <x>319</x> - <y>12</y> - <width>241</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="label" version="2.0.0"> - <name>Label_64</name> - <text> FPC cryo temperature: < K </text> - <x>9</x> - <y>63</y> - <width>251</width> - <height>27</height> - <font> - <font family="Source Sans Pro" style="BOLD" size="16.0"> - </font> - </font> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxWtrcTemp_1</name> - <pv_name>TS2-010CRM::CondFPCTempMAX</pv_name> - <x>187</x> - <y>66</y> - <width>40</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="label" version="2.0.0"> - <name>Label_65</name> - <text> FPC water flow: - lpm </text> - <x>9</x> - <y>109</y> - <width>251</width> - <height>27</height> - <font> - <font family="Source Sans Pro" style="BOLD" size="16.0"> - </font> - </font> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxWtrcFlow_3</name> - <pv_name>TS2-010CRM::CondWtrCFlowMAX</pv_name> - <x>180</x> - <y>112</y> - <width>40</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MInWtrcFlow_2</name> - <pv_name>TS2-010CRM::CondWtrCFlowMIN</pv_name> - <x>130</x> - <y>112</y> - <width>40</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="label" version="2.0.0"> - <name>Label_66</name> - <text> FPC water temperature: < C </text> - <x>9</x> - <y>136</y> - <width>251</width> - <height>27</height> - <font> - <font family="Source Sans Pro" style="BOLD" size="16.0"> - </font> - </font> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxWtrcTemp_2</name> - <pv_name>TS2-010CRM::CondWtrCTempMAX</pv_name> - <x>200</x> - <y>139</y> - <width>40</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="action_button" version="3.0.0"> - <name>WarmCond_2</name> - <actions> - <action type="write_pv"> - <pv_name>TS2-010CRM::cmd_CCondDefParam</pv_name> - <value>1</value> - <description>Default cold limits</description> - </action> - </actions> - <pv_name>TS2-010CRM::cmd_CCondDefParam</pv_name> - <text>Default Cold Cond limits</text> - <x>319</x> - <y>112</y> - <width>241</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="label" version="2.0.0"> - <name>Label_67</name> - <text> FPC cryo temperature: < K </text> - <x>9</x> - <y>163</y> - <width>251</width> - <height>27</height> - <font> - <font family="Source Sans Pro" style="BOLD" size="16.0"> - </font> - </font> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxTemp_3</name> - <pv_name>TS2-010CRM::CondFPCTempMAX</pv_name> - <x>187</x> - <y>166</y> - <width>40</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="label" version="2.0.0"> - <name>Label_68</name> - <text>He cavity tank temperature: < K </text> - <x>9</x> - <y>190</y> - <width>280</width> - <height>27</height> - <font> - <font family="Source Sans Pro" style="BOLD" size="16.0"> - </font> - </font> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxTemp_4</name> - <pv_name>TS2-010CRM::ColdCondCavTempMAX</pv_name> - <x>224</x> - <y>193</y> - <width>40</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="label" version="2.0.0"> - <name>MaxPressure</name> - <text>PT04 & PT03 < mbar</text> - <x>9</x> - <y>217</y> - <width>251</width> - <height>27</height> - <font> - <font family="Source Sans Pro" style="BOLD" size="16.0"> - </font> - </font> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxPressure</name> - <pv_name>TS2-010CRM::ColdCondPressureMAX</pv_name> - <x>113</x> - <y>220</y> - <width>54</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxLevel</name> - <pv_name>TS2-010CRM::ColdCondLevelMIN</pv_name> - <x>198</x> - <y>247</y> - <width>54</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="action_button" version="3.0.0"> - <name>RegCond</name> - <actions> - <action type="write_pv"> - <pv_name>TS2-010CRM::cmd_DefParam01</pv_name> - <value>1</value> - <description>Default cold limits</description> - </action> - </actions> - <pv_name>TS2-010CRM::cmd_DefParam01</pv_name> - <text>Default Regular Op limits</text> - <x>319</x> - <y>289</y> - <width>241</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="label" version="2.0.0"> - <name>MaxLevel_1</name> - <text>He level LT-001 || LT-002 > %</text> - <x>9</x> - <y>309</y> - <width>270</width> - <height>27</height> - <font> - <font family="Source Sans Pro" style="BOLD" size="16.0"> - </font> - </font> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxLevel_2</name> - <pv_name>TS2-010CRM::MIN_Lvl01</pv_name> - <x>198</x> - <y>310</y> - <width>54</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - <widget type="textentry" version="3.0.0"> - <name>MaxPressure_1</name> - <pv_name>TS2-010CRM::MIN_Pres01</pv_name> - <x>63</x> - <y>286</y> - <width>54</width> - <background_color> - <color name="TEXT-LIGHT" red="230" green="230" blue="230"> - </color> - </background_color> - </widget> - </widget> <widget type="rectangle" version="2.0.0"> <name>title-bar_3</name> <width>1100</width> @@ -414,30 +69,6 @@ <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> @@ -646,6 +277,63 @@ </color> </off_color> </widget> + <widget type="label" version="2.0.0"> + <name>Label_83</name> + <text> FPC water flow: - lpm </text> + <y>6</y> + <width>251</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_84</name> + <text> FPC water temperature: < C </text> + <y>34</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MInWtrcFlow_6</name> + <pv_name>TS2-010CRM::CondWtrCFlowMIN_st</pv_name> + <x>118</x> + <y>9</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcFlow_7</name> + <pv_name>TS2-010CRM::CondWtrCFlowMAX_st</pv_name> + <x>170</x> + <y>9</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcTemp_7</name> + <pv_name>TS2-010CRM::CondWtrCTempMAX_st</pv_name> + <x>188</x> + <y>37</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> </widget> <widget type="group" version="2.0.0"> <name>Cryo</name> @@ -653,17 +341,6 @@ <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-010CRM::CondFPCTempOK</pv_name> @@ -998,6 +675,28 @@ <y>69</y> <width>10</width> </widget> + <widget type="label" version="2.0.0"> + <name>Label_85</name> + <text> FPC cryo temperature: < K </text> + <y>8</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcTemp_8</name> + <pv_name>TS2-010CRM::CondFPCTempMAX_st</pv_name> + <x>177</x> + <y>11</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> </widget> <widget type="group" version="2.0.0"> <name>CMRy</name> @@ -1066,30 +765,6 @@ <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> @@ -1298,6 +973,63 @@ </color> </off_color> </widget> + <widget type="label" version="2.0.0"> + <name>Label_86</name> + <text> FPC water flow: - lpm </text> + <y>6</y> + <width>251</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_87</name> + <text> FPC water temperature: < C </text> + <y>34</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MInWtrcFlow_7</name> + <pv_name>TS2-010CRM::CondWtrCFlowMIN_st</pv_name> + <x>118</x> + <y>9</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcFlow_8</name> + <pv_name>TS2-010CRM::CondWtrCFlowMAX_st</pv_name> + <x>170</x> + <y>9</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + <precision>2</precision> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxWtrcTemp_9</name> + <pv_name>TS2-010CRM::CondWtrCTempMAX_st</pv_name> + <x>189</x> + <y>37</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> </widget> <widget type="group" version="2.0.0"> <name>Cryo</name> @@ -1305,20 +1037,6 @@ <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 < 10 K -PT04 && PT03 < 1100 mbar -He level LT-001 && LT-002 > 15%</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-010CRM::CondFPCTempOK</pv_name> @@ -1869,6 +1587,94 @@ He level LT-001 && LT-002 > 15%</text> </font> </font> </widget> + <widget type="label" version="2.0.0"> + <name>MaxLevel_15</name> + <text>He level LT-001 & LT-002 > %</text> + <y>86</y> + <width>270</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_90</name> + <text> FPC cryo temperature: < K </text> + <y>6</y> + <width>251</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_91</name> + <text>He cavity tank temperature: < K </text> + <y>33</y> + <width>280</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>MaxPressure_17</name> + <text>PT04 & PT03 < mbar</text> + <y>60</y> + <width>251</width> + <height>27</height> + <font> + <font family="Source Sans Pro" style="BOLD" size="16.0"> + </font> + </font> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxTemp_9</name> + <pv_name>TS2-010CRM::CondFPCTempMAX_st</pv_name> + <x>178</x> + <y>8</y> + <width>40</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxTemp_10</name> + <pv_name>TS2-010CRM::CCondCavTempMAX_st</pv_name> + <x>213</x> + <y>35</y> + <width>35</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxPressure_18</name> + <pv_name>TS2-010CRM::CCondPressureMAX_st</pv_name> + <x>106</x> + <y>62</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxLevel_16</name> + <pv_name>TS2-010CRM::CCondLevelMIN_st</pv_name> + <x>188</x> + <y>88</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> </widget> <widget type="group" version="2.0.0"> <name>CMRy</name> @@ -2174,17 +1980,6 @@ AND Level > 84%</text> </color> </off_color> </widget> - <widget type="label" version="2.0.0"> - <name>I2_label_text_5</name> - <text>PT-004 < 32 mbar</text> - <x>68</x> - <y>393</y> - <width>270</width> - <font> - <font family="Source Sans Pro" style="BOLD" size="16.0"> - </font> - </font> - </widget> <widget type="textupdate" version="2.0.0"> <name>LT001</name> <pv_name>TS2-010CRM:Cryo-LT-002:MeasValue</pv_name> @@ -2203,24 +1998,59 @@ AND Level > 84%</text> </color> </off_color> </widget> + <widget type="textupdate" version="2.0.0"> + <name>LT001_1</name> + <pv_name>TS2-010CRM:Cryo-LT-001:MeasValue</pv_name> + <x>368</x> + <y>423</y> + <width>60</width> + <horizontal_alignment>2</horizontal_alignment> + </widget> <widget type="label" version="2.0.0"> - <name>I2_label_text_11</name> - <text>LT-001 OR LT-002 > 84 %</text> + <name>MaxPressure_13</name> + <text>PT04 < mbar</text> <x>68</x> - <y>423</y> + <y>396</y> + <width>251</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>MaxLevel_11</name> + <text>He level LT-001 || LT-002 > %</text> + <x>68</x> + <y>424</y> <width>270</width> + <height>27</height> <font> <font family="Source Sans Pro" style="BOLD" size="16.0"> </font> </font> </widget> - <widget type="textupdate" version="2.0.0"> - <name>LT001_1</name> - <pv_name>TS2-010CRM:Cryo-LT-001:MeasValue</pv_name> - <x>368</x> - <y>423</y> - <width>60</width> - <horizontal_alignment>2</horizontal_alignment> + <widget type="textentry" version="3.0.0"> + <name>MaxPressure_14</name> + <pv_name>TS2-010CRM::readAI_Others_002</pv_name> + <x>127</x> + <y>396</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> + </widget> + <widget type="textentry" version="3.0.0"> + <name>MaxLevel_12</name> + <pv_name>TS2-010CRM::readAI_Others_003</pv_name> + <x>252</x> + <y>426</y> + <width>54</width> + <background_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </background_color> </widget> </children> </tab> @@ -2229,7 +2059,6 @@ AND Level > 84%</text> <y>60</y> <width>1070</width> <height>510</height> - <active_tab>2</active_tab> </widget> <widget type="action_button" version="3.0.0"> <name>ColdCond</name> @@ -2328,4 +2157,20 @@ AND Level > 84%</text> <tooltip>$(actions)</tooltip> <show_confirm_dialog>true</show_confirm_dialog> </widget> + <widget type="action_button" version="3.0.0"> + <name>ParamScreen_Butto</name> + <actions> + <action type="open_display"> + <file>CMRdySettings.bob</file> + <target>window</target> + <description>Open Display</description> + </action> + </actions> + <text>Set Conditions</text> + <x>922</x> + <y>54</y> + <width>158</width> + <tooltip></tooltip> + <confirm_message></confirm_message> + </widget> </display> -- GitLab