diff --git a/NON-APPROVED/TS2/ts2-cryomodule/Device_group_settings.bob b/NON-APPROVED/TS2/ts2-cryomodule/Device_group_settings.bob index f60539da4e2792321447e75bba29429619847b2d..c25dbc86b6c821a36399c91586f10f274354cf5d 100644 --- a/NON-APPROVED/TS2/ts2-cryomodule/Device_group_settings.bob +++ b/NON-APPROVED/TS2/ts2-cryomodule/Device_group_settings.bob @@ -234,6 +234,49 @@ <widget type="action_button" version="3.0.0"> <name>CAVEH_Button</name> <actions> + <action type="execute"> + <script file="EmbeddedJs"> + <text><![CDATA[/* Embedded javascript */ +PVUtil = org.csstudio.display.builder.runtime.script.PVUtil; +logger = org.csstudio.display.builder.runtime.script.ScriptUtil.getLogger(); +PVFactory = org.csstudio.display.builder.runtime.pv.PVFactory; +ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil; + +PVName = "loc://CAVEH_SP_ALL"; +pv = PVFactory.getPV(PVName); +SetValue = PVUtil.getDouble(pv); + +PVName1 = "TS2-010CRM:Cryo-EH-010:P_Setpoint"; +pv1 = PVFactory.getPV(PVName1); +pv1.setValue(SetValue); + +PVName2 = "TS2-010CRM:Cryo-EH-020:P_Setpoint"; +pv2 = PVFactory.getPV(PVName2); +pv2.setValue(SetValue); + +PVName3 = "TS2-010CRM:Cryo-EH-030:P_Setpoint"; +pv3 = PVFactory.getPV(PVName3); +pv3.setValue(SetValue); + +PVName4 = "TS2-010CRM:Cryo-EH-040:P_Setpoint"; +pv4 = PVFactory.getPV(PVName4); +pv4.setValue(SetValue); + +PVFactory.releasePV(pv); +PVFactory.releasePV(pv1); +PVFactory.releasePV(pv2); +PVFactory.releasePV(pv3); +PVFactory.releasePV(pv4); + + + + + + +]]></text> + </script> + <description>Execute Script</description> + </action> </actions> <text>Write</text> <x>184</x> @@ -245,7 +288,7 @@ </widget> </widget> <widget type="group" version="2.0.0"> - <name>SetPoint TEST</name> + <name>SetPoint THERMAL SHIELD HEATERS</name> <y>349</y> <width>333</width> <height>299</height> @@ -293,7 +336,7 @@ <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="textupdate" version="2.0.0"> - <name>EH20_SP_FB_1</name> + <name>TEST2_SP_FB_1</name> <pv_name>loc://TEST_2</pv_name> <x>149</x> <y>158</y> @@ -305,8 +348,8 @@ <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="textupdate" version="2.0.0"> - <name>EH30_SP_FB_1</name> - <pv_name>loc://TEST_3</pv_name> + <name>EH60_SP_FB_1</name> + <pv_name>TS2-010CRM:Cryo-EH-060:FB_Setpoint</pv_name> <x>149</x> <y>188</y> <width>111</width> @@ -317,8 +360,8 @@ <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="textupdate" version="2.0.0"> - <name>EH40_SP_FB_1</name> - <pv_name>loc://TEST_4</pv_name> + <name>EH61_SP_FB_1</name> + <pv_name>TS2-010CRM:Cryo-EH-061:FB_Setpoint</pv_name> <x>149</x> <y>218</y> <width>111</width> @@ -330,7 +373,7 @@ </widget> <widget type="label" version="2.0.0"> <name>TEST_1</name> - <text>TEST1_SP:</text> + <text>x_SP:</text> <x>20</x> <y>130</y> <width>89</width> @@ -347,7 +390,7 @@ </widget> <widget type="label" version="2.0.0"> <name>TEST_2</name> - <text>TEST2_SP:</text> + <text>x_SP:</text> <x>20</x> <y>160</y> <width>89</width> @@ -363,8 +406,8 @@ <vertical_alignment>1</vertical_alignment> </widget> <widget type="label" version="2.0.0"> - <name>TEST_3</name> - <text>TEST3_SP:</text> + <name>EH60</name> + <text>EH60_SP:</text> <x>20</x> <y>190</y> <width>89</width> @@ -380,8 +423,8 @@ <vertical_alignment>1</vertical_alignment> </widget> <widget type="label" version="2.0.0"> - <name>TEST_4</name> - <text>TEST4_SP:</text> + <name>EH61</name> + <text>EH61_SP:</text> <x>20</x> <y>220</y> <width>89</width> @@ -397,9 +440,9 @@ <vertical_alignment>1</vertical_alignment> </widget> <widget type="label" version="2.0.0"> - <name>TEST_Title_1</name> + <name>TSEH_Title_1</name> <class>HEADER2</class> - <text>WriteALL TEST SP</text> + <text>WriteALL Thermal Shied SP</text> <x>7</x> <y>15</y> <width>279</width> @@ -416,7 +459,7 @@ <vertical_alignment>1</vertical_alignment> </widget> <widget type="label" version="2.0.0"> - <name>TEST_SP_ALL_1</name> + <name>TSEH_SP_ALL_1</name> <text>SP:</text> <x>20</x> <y>64</y> @@ -433,7 +476,7 @@ <vertical_alignment>1</vertical_alignment> </widget> <widget type="spinner" version="2.0.0"> - <name>TEST_SP_ALL_INP_1</name> + <name>TSEH_SP_ALL_INP_1</name> <pv_name>loc://TEST_SP_ALL</pv_name> <x>80</x> <y>62</y> @@ -446,59 +489,41 @@ <increment>0.1</increment> </widget> <widget type="action_button" version="3.0.0"> - <name>TEST_Button_1</name> - <actions execute_as_one="true"> + <name>TSEH_Button_1</name> + <actions> <action type="execute"> - <script file="EmbeddedPy"> + <script file="EmbeddedJs"> <text><![CDATA[/* Embedded javascript */ PVUtil = org.csstudio.display.builder.runtime.script.PVUtil; logger = org.csstudio.display.builder.runtime.script.ScriptUtil.getLogger(); PVFactory = org.csstudio.display.builder.runtime.pv.PVFactory; ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil; +PVName = "loc://TEST_SP_ALL"; +pv = PVFactory.getPV(PVName); +SetValue = PVUtil.getDouble(pv); - logger.info("Started."); - - +PVName1 = "loc://TEST_1"; +pv1 = PVFactory.getPV(PVName1); +pv1.setValue(SetValue); - PVName = "loc://TEST_SP_ALL"; - SetValue = -1; - patience = 100000000; - pv = PVFactory.getPV(PVName); - try{ - while (pv.read() == null){ - patience -= 1; - if (patience < 0) { - throw "Timeout connecting to PV"; - } - } - SetValue = PVUtil.getDouble(pv); - } - catch (e) { logger.warning("Can't connect to PV: "+e.toString()); } - PVFactory.releasePV(pv); - logger.info("Source: "+SetValue.toString()); +PVName2 = "loc://TEST_2"; +pv2 = PVFactory.getPV(PVName2); +pv2.setValue(SetValue); - PVName = "loc://TEST_2"; - Value = -1; - patience = 100000000; - pv = PVFactory.getPV(PVName); - try{ - while (pv.read() == null){ - patience -= 1; - if (patience < 0) { - throw "Timeout connecting to PV"; - } - } - Value = PVUtil.getDouble(pv); - } - catch (e) { logger.warning("Can't connect to PV: "+e.toString()); } - PVFactory.releasePV(pv); - logger.info("Dest: "+Value.toString()); - } - - logger.info("Done."); +PVName3 = "TS2-010CRM:Cryo-EH-060:P_Setpoint"; +pv3 = PVFactory.getPV(PVName3); +pv3.setValue(SetValue); +PVName4 = "TS2-010CRM:Cryo-EH-061:P_Setpoint"; +pv4 = PVFactory.getPV(PVName4); +pv4.setValue(SetValue); +PVFactory.releasePV(pv); +PVFactory.releasePV(pv1); +PVFactory.releasePV(pv2); +PVFactory.releasePV(pv3); +PVFactory.releasePV(pv4); @@ -507,7 +532,7 @@ ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil; ]]></text> </script> - <description>Execute Script</description> + <description>Write SetPoint</description> </action> </actions> <text>Write</text> @@ -724,6 +749,49 @@ ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil; <widget type="action_button" version="3.0.0"> <name>FPCEH_Button_1</name> <actions> + <action type="execute"> + <script file="EmbeddedJs"> + <text><![CDATA[/* Embedded javascript */ +PVUtil = org.csstudio.display.builder.runtime.script.PVUtil; +logger = org.csstudio.display.builder.runtime.script.ScriptUtil.getLogger(); +PVFactory = org.csstudio.display.builder.runtime.pv.PVFactory; +ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil; + +PVName = "loc://FPC1_SP_ALL"; +pv = PVFactory.getPV(PVName); +SetValue = PVUtil.getDouble(pv); + +PVName1 = "TS2-010CRM:Cryo-EH-011:P_Setpoint"; +pv1 = PVFactory.getPV(PVName1); +pv1.setValue(SetValue); + +PVName2 = "TS2-010CRM:Cryo-EH-021:P_Setpoint"; +pv2 = PVFactory.getPV(PVName2); +pv2.setValue(SetValue); + +PVName3 = "TS2-010CRM:Cryo-EH-031:P_Setpoint"; +pv3 = PVFactory.getPV(PVName3); +pv3.setValue(SetValue); + +PVName4 = "TS2-010CRM:Cryo-EH-041:P_Setpoint"; +pv4 = PVFactory.getPV(PVName4); +pv4.setValue(SetValue); + +PVFactory.releasePV(pv); +PVFactory.releasePV(pv1); +PVFactory.releasePV(pv2); +PVFactory.releasePV(pv3); +PVFactory.releasePV(pv4); + + + + + + +]]></text> + </script> + <description>Execute Script</description> + </action> </actions> <text>Write</text> <x>184</x> @@ -939,6 +1007,49 @@ ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil; <widget type="action_button" version="3.0.0"> <name>FPCEH_Button_2</name> <actions> + <action type="execute"> + <script file="EmbeddedJs"> + <text><![CDATA[/* Embedded javascript */ +PVUtil = org.csstudio.display.builder.runtime.script.PVUtil; +logger = org.csstudio.display.builder.runtime.script.ScriptUtil.getLogger(); +PVFactory = org.csstudio.display.builder.runtime.pv.PVFactory; +ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil; + +PVName = "loc://FPC2_SP_ALL"; +pv = PVFactory.getPV(PVName); +SetValue = PVUtil.getDouble(pv); + +PVName1 = "TS2-010CRM:Cryo-EH-012:P_Setpoint"; +pv1 = PVFactory.getPV(PVName1); +pv1.setValue(SetValue); + +PVName2 = "TS2-010CRM:Cryo-EH-022:P_Setpoint"; +pv2 = PVFactory.getPV(PVName2); +pv2.setValue(SetValue); + +PVName3 = "TS2-010CRM:Cryo-EH-032:P_Setpoint"; +pv3 = PVFactory.getPV(PVName3); +pv3.setValue(SetValue); + +PVName4 = "TS2-010CRM:Cryo-EH-042:P_Setpoint"; +pv4 = PVFactory.getPV(PVName4); +pv4.setValue(SetValue); + +PVFactory.releasePV(pv); +PVFactory.releasePV(pv1); +PVFactory.releasePV(pv2); +PVFactory.releasePV(pv3); +PVFactory.releasePV(pv4); + + + + + + +]]></text> + </script> + <description>Execute Script</description> + </action> </actions> <text>Write</text> <x>184</x> @@ -1154,6 +1265,307 @@ ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil; <widget type="action_button" version="3.0.0"> <name>FLOW_Button</name> <actions> + <action type="execute"> + <script file="EmbeddedJs"> + <text><![CDATA[/* Embedded javascript */ +PVUtil = org.csstudio.display.builder.runtime.script.PVUtil; +logger = org.csstudio.display.builder.runtime.script.ScriptUtil.getLogger(); +PVFactory = org.csstudio.display.builder.runtime.pv.PVFactory; +ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil; + +PVName = "loc://FLOW_SP_ALL"; +pv = PVFactory.getPV(PVName); +SetValue = PVUtil.getDouble(pv); + +PVName1 = "TS2-010CRM:Cryo-FCV-011:P_Setpoint"; +pv1 = PVFactory.getPV(PVName1); +pv1.setValue(SetValue); + +PVName2 = "TS2-010CRM:Cryo-FCV-021:P_Setpoint"; +pv2 = PVFactory.getPV(PVName2); +pv2.setValue(SetValue); + +PVName3 = "TS2-010CRM:Cryo-FCV-031:P_Setpoint"; +pv3 = PVFactory.getPV(PVName3); +pv3.setValue(SetValue); + +PVName4 = "TS2-010CRM:Cryo-FCV-041:P_Setpoint"; +pv4 = PVFactory.getPV(PVName4); +pv4.setValue(SetValue); + +PVFactory.releasePV(pv); +PVFactory.releasePV(pv1); +PVFactory.releasePV(pv2); +PVFactory.releasePV(pv3); +PVFactory.releasePV(pv4); + + + + + + +]]></text> + </script> + <description>Execute Script</description> + </action> + </actions> + <text>Write</text> + <x>184</x> + <y>62</y> + <width>80</width> + <height>25</height> + <tooltip>$(actions)</tooltip> + <confirm_message></confirm_message> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>SetPoint CTS HEATERS</name> + <x>666</x> + <y>349</y> + <width>333</width> + <height>299</height> + <widget type="rectangle" version="2.0.0"> + <name>Rect_Limits_Ttile_5</name> + <x>7</x> + <y>15</y> + <width>279</width> + <height>41</height> + <line_width>0</line_width> + <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>Rect_Limits_Back_5</name> + <x>7</x> + <y>46</y> + <width>279</width> + <height>59</height> + <line_width>2</line_width> + <line_color> + <color name="GROUP-BORDER" red="150" green="155" blue="151"> + </color> + </line_color> + <background_color> + <color name="GROUP-BACKGROUND" red="200" green="205" blue="201"> + </color> + </background_color> + <corner_height>10</corner_height> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>EH13_SP_FB</name> + <pv_name>TS2-010CRM:Cryo-EH-013:FB_Setpoint</pv_name> + <x>149</x> + <y>128</y> + <width>111</width> + <height>25</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Feedback value EH12 SP</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>EH23_SP_FB</name> + <pv_name>TS2-010CRM:Cryo-EH-023:FB_Setpoint</pv_name> + <x>149</x> + <y>158</y> + <width>111</width> + <height>25</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Feedback value EH22 SP</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>EH33_SP_FB</name> + <pv_name>TS2-010CRM:Cryo-EH-033:FB_Setpoint</pv_name> + <x>149</x> + <y>188</y> + <width>111</width> + <height>25</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Feedback value EH32 SP</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>EH43_SP_FB</name> + <pv_name>TS2-010CRM:Cryo-EH-043:FB_Setpoint</pv_name> + <x>149</x> + <y>218</y> + <width>111</width> + <height>25</height> + <precision>2</precision> + <vertical_alignment>1</vertical_alignment> + <tooltip>Feedback value EH42 SP</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + </widget> + <widget type="label" version="2.0.0"> + <name>EH13</name> + <text>EH13_SP:</text> + <x>20</x> + <y>130</y> + <width>89</width> + <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> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>EH23</name> + <text>EH23_SP:</text> + <x>20</x> + <y>160</y> + <width>89</width> + <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> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>EH33</name> + <text>EH33_SP:</text> + <x>20</x> + <y>190</y> + <width>89</width> + <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> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>EH43</name> + <text>EH43_SP:</text> + <x>20</x> + <y>220</y> + <width>89</width> + <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> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>CTSEH_Title</name> + <class>HEADER2</class> + <text>WriteALL CTS Heaters SP</text> + <x>7</x> + <y>15</y> + <width>279</width> + <height>31</height> + <font use_class="true"> + <font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0"> + </font> + </font> + <foreground_color> + <color name="TEXT-LIGHT" red="230" green="230" blue="230"> + </color> + </foreground_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="label" version="2.0.0"> + <name>CTS_SP_ALL</name> + <text>SP:</text> + <x>20</x> + <y>64</y> + <width>50</width> + <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> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="spinner" version="2.0.0"> + <name>CTSEH_SP_ALL_INP</name> + <pv_name>loc://CTSEH_SP_ALL</pv_name> + <x>80</x> + <y>62</y> + <width>90</width> + <height>25</height> + <format>0</format> + <precision>2</precision> + <tooltip>ALL SP</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> + <increment>0.1</increment> + </widget> + <widget type="action_button" version="3.0.0"> + <name>CTSEH_Button</name> + <actions> + <action type="execute"> + <script file="EmbeddedJs"> + <text><![CDATA[/* Embedded javascript */ +PVUtil = org.csstudio.display.builder.runtime.script.PVUtil; +logger = org.csstudio.display.builder.runtime.script.ScriptUtil.getLogger(); +PVFactory = org.csstudio.display.builder.runtime.pv.PVFactory; +ScriptUtil = org.csstudio.display.builder.runtime.script.ScriptUtil; + +PVName = "loc://CTSEH_SP_ALL"; +pv = PVFactory.getPV(PVName); +SetValue = PVUtil.getDouble(pv); + +PVName1 = "TS2-010CRM:Cryo-EH-013:P_Setpoint"; +pv1 = PVFactory.getPV(PVName1); +pv1.setValue(SetValue); + +PVName2 = "TS2-010CRM:Cryo-EH-023:P_Setpoint"; +pv2 = PVFactory.getPV(PVName2); +pv2.setValue(SetValue); + +PVName3 = "TS2-010CRM:Cryo-EH-033:P_Setpoint"; +pv3 = PVFactory.getPV(PVName3); +pv3.setValue(SetValue); + +PVName4 = "TS2-010CRM:Cryo-EH-043:P_Setpoint"; +pv4 = PVFactory.getPV(PVName4); +pv4.setValue(SetValue); + +PVFactory.releasePV(pv); +PVFactory.releasePV(pv1); +PVFactory.releasePV(pv2); +PVFactory.releasePV(pv3); +PVFactory.releasePV(pv4); + + + + + + +]]></text> + </script> + <description>Execute Script</description> + </action> </actions> <text>Write</text> <x>184</x>