diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/Faceplate/interlock_leds.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/Faceplate/interlock_leds.bob index c6c9ea25a9f22ee33da348bf2159c857f1a88f33..dbc2727d0d33919108b139a89fb80cf26c96ecba 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/Faceplate/interlock_leds.bob +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/Faceplate/interlock_leds.bob @@ -21,9 +21,6 @@ <color name="Button Grey" red="180" green="180" blue="180"> </color> </foreground_color> - <actions> - </actions> - <tooltip>$(pv_name)</tooltip> </widget> <widget type="led" version="2.0.0"> <name>LED Tripped</name> @@ -41,9 +38,6 @@ <color name="Button Grey" red="180" green="180" blue="180"> </color> </foreground_color> - <actions> - </actions> - <tooltip>$(pv_name)</tooltip> </widget> <widget type="led" version="2.0.0"> <name>LED Bypassed</name> @@ -61,9 +55,6 @@ <color name="Button Grey" red="180" green="180" blue="180"> </color> </foreground_color> - <actions> - </actions> - <tooltip>$(pv_name)</tooltip> </widget> <widget type="led" version="2.0.0"> <name>LED Disabled</name> @@ -81,8 +72,5 @@ <color name="Button Grey" red="180" green="180" blue="180"> </color> </foreground_color> - <actions> - </actions> - <tooltip>$(pv_name)</tooltip> </widget> </display> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/Faceplate/vac_vpi-interlocks.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/Faceplate/vac_vpi-interlocks.bob new file mode 100644 index 0000000000000000000000000000000000000000..2f209e3152bb9b6b382b88d6bc772098dd4cf56e --- /dev/null +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/COMMON/Faceplate/vac_vpi-interlocks.bob @@ -0,0 +1,196 @@ +<?xml version="1.0" encoding="UTF-8"?> +<display version="2.0.0"> + <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX) Interlock</name> + <macros> + <vacPREFIX>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</vacPREFIX> + </macros> + <width>500</width> + <height>267</height> + <widget type="rectangle" version="2.0.0"> + <name>Background</name> + <width>500</width> + <height>267</height> + <line_width>1</line_width> + <line_color> + <color name="BLUE-GROUP-BORDER" red="138" green="167" blue="167"> + </color> + </line_color> + <background_color> + <color name="BLUE-GROUP-BACKGROUND" red="179" green="209" blue="209"> + </color> + </background_color> + </widget> + <widget type="label" version="2.0.0"> + <name>Header</name> + <text>$(vacPREFIX) Interlocks</text> + <width>500</width> + <height>30</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="BLUE-GROUP-BORDER" red="138" green="167" blue="167"> + </color> + </background_color> + <transparent>false</transparent> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="group" version="2.0.0"> + <name>Group</name> + <x>10</x> + <y>40</y> + <width>480</width> + <height>217</height> + <style>3</style> + <transparent>true</transparent> + <widget type="led" version="2.0.0"> + <name>ITLckTrigR</name> + <pv_name>$(vacPREFIX):ITLckTrigR</pv_name> + <width>25</width> + <height>25</height> + <off_color> + <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> + </color> + </off_color> + <on_color> + <color name="LED-GREEN-ON" red="70" green="255" blue="70"> + </color> + </on_color> + </widget> + <widget type="label" version="2.0.0"> + <name>Label ITLckTrigR</name> + <text>Interlock Trigger</text> + <x>31</x> + <width>150</width> + <height>25</height> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="group" version="2.0.0"> + <name>ITLck LED Group</name> + <y>45</y> + <width>480</width> + <height>112</height> + <style>2</style> + <foreground_color> + <color name="BLUE-GROUP-BORDER" red="138" green="167" blue="167"> + </color> + </foreground_color> + <transparent>true</transparent> + <widget type="embedded" version="2.0.0"> + <name>Interlock Header</name> + <file>vac_interlock_header.bob</file> + <x>156</x> + <width>320</width> + <height>25</height> + <resize>2</resize> + <transparent>true</transparent> + </widget> + <widget type="label" version="2.0.0"> + <name>Label HW Interlock</name> + <text>Hardware:</text> + <y>25</y> + <width>150</width> + <height>29</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="embedded" version="2.0.0"> + <name>HW Interlock</name> + <file>vac_interlock_leds.bob</file> + <macros> + <ITLck>HW</ITLck> + </macros> + <x>156</x> + <y>25</y> + <width>320</width> + <height>29</height> + <resize>2</resize> + <transparent>true</transparent> + </widget> + <widget type="label" version="2.0.0"> + <name>Label SW Interlock</name> + <text>Software:</text> + <y>54</y> + <width>150</width> + <height>29</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="embedded" version="2.0.0"> + <name>SW Interlock</name> + <file>vac_interlock_leds.bob</file> + <macros> + <ITLck>SW</ITLck> + </macros> + <x>156</x> + <y>54</y> + <width>320</width> + <height>29</height> + <resize>2</resize> + <transparent>true</transparent> + </widget> + <widget type="label" version="2.0.0"> + <name>Label Prs Interlock</name> + <text>Pressure:</text> + <y>83</y> + <width>150</width> + <height>29</height> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="embedded" version="2.0.0"> + <name>Prs Interlock</name> + <file>vac_interlock_leds.bob</file> + <macros> + <ITLck>Prs</ITLck> + </macros> + <x>156</x> + <y>83</y> + <width>320</width> + <height>29</height> + <resize>2</resize> + <transparent>true</transparent> + </widget> + </widget> + <widget type="action_button" version="3.0.0"> + <name>OverrideITLckCmd</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + </action> + </actions> + <pv_name>$(vacPREFIX):OverrideITLckCmd</pv_name> + <text>Bypass Interlocks</text> + <x>70</x> + <y>177</y> + <width>200</width> + <height>40</height> + <tooltip>$(actions)</tooltip> + <show_confirm_dialog>true</show_confirm_dialog> + </widget> + <widget type="action_button" version="3.0.0"> + <name>ClrOverrideITLckCmd</name> + <actions> + <action type="write_pv"> + <pv_name>$(pv_name)</pv_name> + <value>1</value> + </action> + </actions> + <pv_name>$(vacPREFIX):ClrOverrideITLckCmd</pv_name> + <text>Clear Interlock Bypass</text> + <x>280</x> + <y>177</y> + <width>200</width> + <height>40</height> + <tooltip>$(actions)</tooltip> + <show_confirm_dialog>true</show_confirm_dialog> + </widget> + </widget> +</display> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/vpi/Faceplate/vac-vpi.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/vpi/Faceplate/vac-vpi.bob index 53c6db29dedbeba148ec51f7374e8708de1e331a..8e76837b518cc1e0c192499bd431db7de52bd7cd 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/vpi/Faceplate/vac-vpi.bob +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/vpi/Faceplate/vac-vpi.bob @@ -5,7 +5,7 @@ <vacPREFIX>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</vacPREFIX> </macros> <width>420</width> - <height>640</height> + <height>661</height> <rules> <rule name="Fake rule to have iUITypeR always connected" prop_id="name" out_exp="false"> <pv_name trigger="false">${CONTROLLER}:iUITypeR</pv_name> @@ -37,7 +37,6 @@ <wrap_words>false</wrap_words> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> <border_color> <color name="Blue" red="0" green="128" blue="255"> </color> @@ -174,8 +173,8 @@ <enabled>false</enabled> </widget> <widget type="label" version="2.0.0"> - <name>Label FreqR</name> - <text>Frequency:</text> + <name>Label PrsR</name> + <text>Pressure:</text> <x>10</x> <y>80</y> <width>80</width> @@ -202,8 +201,8 @@ </border_color> </widget> <widget type="textupdate" version="2.0.0"> - <name>FreqR</name> - <pv_name>$(CONTROLLER):FreqR</pv_name> + <name>PrsR</name> + <pv_name>$(vacPREFIX):PrsR</pv_name> <x>100</x> <y>80</y> <width>310</width> @@ -220,19 +219,19 @@ <color name="BLACK" red="0" green="0" blue="0"> </color> </background_color> + <format>2</format> <horizontal_alignment>1</horizontal_alignment> <vertical_alignment>1</vertical_alignment> <wrap_words>false</wrap_words> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> <border_color> <color name="Blue" red="0" green="128" blue="255"> </color> </border_color> </widget> <widget type="label" version="2.0.0"> - <name>Label SpeedR</name> + <name>Label MotorCurR</name> <text>Current:</text> <x>10</x> <y>99</y> @@ -260,8 +259,8 @@ </border_color> </widget> <widget type="textupdate" version="2.0.0"> - <name>SpeedR</name> - <pv_name>$(CONTROLLER):MotorCurR</pv_name> + <name>MotorCurR</name> + <pv_name>$(vacPREFIX):MotorCurR</pv_name> <x>100</x> <y>99</y> <width>310</width> @@ -283,7 +282,6 @@ <wrap_words>false</wrap_words> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> <border_color> <color name="Blue" red="0" green="128" blue="255"> </color> @@ -293,7 +291,7 @@ <name>ErrorR</name> <pv_name>$(vacPREFIX):ErrorR</pv_name> <x>10</x> - <y>140</y> + <y>160</y> <off_color> <color name="LED-RED-OFF" red="110" green="101" blue="90"> </color> @@ -308,13 +306,12 @@ </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>ErrorMsg</name> <text></text> <x>40</x> - <y>140</y> + <y>160</y> <width>370</width> <height>21</height> <font> @@ -351,7 +348,7 @@ <name>WarningR</name> <pv_name>$(vacPREFIX):WarningR</pv_name> <x>10</x> - <y>170</y> + <y>190</y> <off_color> <color name="LED-YELLOW-OFF" red="110" green="108" blue="90"> </color> @@ -366,13 +363,12 @@ </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>WarningMsg</name> <text></text> <x>40</x> - <y>170</y> + <y>190</y> <width>370</width> <height>21</height> <font> @@ -416,7 +412,7 @@ <pv_name>$(vacPREFIX):RstErrorsCmd</pv_name> <text>Reset Warnings and Errors</text> <x>10</x> - <y>200</y> + <y>220</y> <width>400</width> <height>24</height> <font> @@ -436,7 +432,7 @@ <widget type="polyline" version="2.0.0"> <name>Polyline</name> <x>10</x> - <y>230</y> + <y>250</y> <width>401</width> <height>1</height> <points> @@ -451,14 +447,12 @@ </line_color> <actions> </actions> - <tooltip>$(pv_name) -$(pv_value)</tooltip> </widget> <widget type="led" version="2.0.0"> - <name>StoppedR</name> - <pv_name>$(vacPREFIX):StoppedR</pv_name> - <x>10</x> - <y>240</y> + <name>StatR == 0</name> + <pv_name>=`$(vacPREFIX):StatR` == 0</pv_name> + <x>210</x> + <y>260</y> <off_color> <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> </color> @@ -473,13 +467,12 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> - <name>Label StoppedR</name> - <text>Stopped</text> - <x>30</x> - <y>240</y> + <name>Label Standby</name> + <text>Standby</text> + <x>230</x> + <y>260</y> <width>150</width> <font> <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> @@ -520,7 +513,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label ValidR</name> @@ -567,7 +559,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label InvalidCommandR</name> @@ -596,10 +587,10 @@ $(pv_value)</tooltip> </border_color> </widget> <widget type="led" version="2.0.0"> - <name>AcceleratingR</name> - <pv_name>$(vacPREFIX):AcceleratingR</pv_name> - <x>10</x> - <y>300</y> + <name>StatR == 1</name> + <pv_name>=`$(vacPREFIX):StatR` == 1</pv_name> + <x>210</x> + <y>280</y> <off_color> <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> </color> @@ -614,13 +605,12 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> - <name>Label AcceleratingR</name> - <text>Accelerating</text> - <x>30</x> - <y>300</y> + <name>Label Starting</name> + <text>Starting</text> + <x>230</x> + <y>280</y> <width>150</width> <font> <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> @@ -643,9 +633,9 @@ $(pv_value)</tooltip> </border_color> </widget> <widget type="led" version="2.0.0"> - <name>HWErrorR</name> - <pv_name>$(vacPREFIX):HWErrorR</pv_name> - <x>10</x> + <name>StatR == 4</name> + <pv_name>=`$(vacPREFIX):StatR` == 4</pv_name> + <x>210</x> <y>320</y> <off_color> <color name="LED-RED-OFF" red="110" green="101" blue="90"> @@ -661,12 +651,11 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> - <name>Label HWErrorR</name> - <text>Controller Error</text> - <x>30</x> + <name>Label Error</name> + <text>Error</text> + <x>230</x> <y>320</y> <width>150</width> <font> @@ -692,8 +681,8 @@ $(pv_value)</tooltip> <widget type="led" version="2.0.0"> <name>StartDQ-RB</name> <pv_name>$(vacPREFIX):StartDQ-RB</pv_name> - <x>210</x> - <y>240</y> + <x>10</x> + <y>300</y> <off_color> <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> </color> @@ -708,13 +697,12 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label StartDQ-RB</name> <text>Started</text> - <x>230</x> - <y>240</y> + <x>30</x> + <y>300</y> <width>150</width> <font> <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> @@ -739,8 +727,8 @@ $(pv_value)</tooltip> <widget type="led" version="2.0.0"> <name>OnManualStartR</name> <pv_name>$(vacPREFIX):OnManualStartR</pv_name> - <x>210</x> - <y>260</y> + <x>10</x> + <y>340</y> <off_color> <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> </color> @@ -755,13 +743,12 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label OnManualStartR</name> <text>Manual Start</text> - <x>230</x> - <y>260</y> + <x>30</x> + <y>340</y> <width>150</width> <font> <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> @@ -786,8 +773,8 @@ $(pv_value)</tooltip> <widget type="led" version="2.0.0"> <name>OnAutoStartR</name> <pv_name>$(vacPREFIX):OnAutoStartR</pv_name> - <x>210</x> - <y>280</y> + <x>10</x> + <y>320</y> <off_color> <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> </color> @@ -802,13 +789,12 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label OnAutoStartR</name> <text>Auto Start</text> - <x>230</x> - <y>280</y> + <x>30</x> + <y>320</y> <width>150</width> <font> <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> @@ -831,8 +817,8 @@ $(pv_value)</tooltip> </border_color> </widget> <widget type="led" version="2.0.0"> - <name>AtNominalSpdR</name> - <pv_name>$(vacPREFIX):AtNominalSpdR</pv_name> + <name>StatR == 2</name> + <pv_name>=`$(vacPREFIX):StatR` == 2</pv_name> <x>210</x> <y>300</y> <off_color> @@ -849,11 +835,10 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> - <name>Label AtNominalSpdR</name> - <text>At Nominal Speed</text> + <name>Label Running</name> + <text>Running</text> <x>230</x> <y>300</y> <width>150</width> @@ -880,7 +865,7 @@ $(pv_value)</tooltip> <widget type="polyline" version="2.0.0"> <name>Polyline_1</name> <x>10</x> - <y>350</y> + <y>370</y> <width>401</width> <height>1</height> <points> @@ -895,14 +880,12 @@ $(pv_value)</tooltip> </line_color> <actions> </actions> - <tooltip>$(pv_name) -$(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label Interlocks</name> <text>Interlocks</text> <x>10</x> - <y>353</y> + <y>373</y> <width>60</width> <font> <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> @@ -935,7 +918,7 @@ $(pv_value)</tooltip> <pv_name>$(vacPREFIX):OverrideITLckCmd</pv_name> <text>Bypass</text> <x>10</x> - <y>370</y> + <y>390</y> <width>151</width> <height>24</height> <font> @@ -963,7 +946,7 @@ $(pv_value)</tooltip> <pv_name>$(vacPREFIX):ClrOverrideITLckCmd</pv_name> <text>Clear Bypass</text> <x>10</x> - <y>393</y> + <y>413</y> <width>151</width> <height>24</height> <font> @@ -984,7 +967,7 @@ $(pv_value)</tooltip> <name>ITLckTrigR</name> <pv_name>$(vacPREFIX):ITLckTrigR</pv_name> <x>210</x> - <y>370</y> + <y>390</y> <off_color> <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> </color> @@ -999,13 +982,12 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label ITLckTrigR</name> <text>Interlock Trigger</text> <x>230</x> - <y>370</y> + <y>390</y> <width>150</width> <font> <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> @@ -1031,7 +1013,7 @@ $(pv_value)</tooltip> <name>Interlocks</name> <file>../../COMMON/Faceplate/vac-vpp_vpt-interlocks-popup.bob</file> <x>10</x> - <y>440</y> + <y>460</y> <height>80</height> <resize>2</resize> <actions> @@ -1044,7 +1026,7 @@ $(pv_value)</tooltip> <widget type="polyline" version="2.0.0"> <name>Polyline_2</name> <x>10</x> - <y>530</y> + <y>550</y> <width>401</width> <height>1</height> <points> @@ -1059,14 +1041,12 @@ $(pv_value)</tooltip> </line_color> <actions> </actions> - <tooltip>$(pv_name) -$(pv_value)</tooltip> </widget> <widget type="led" version="2.0.0"> <name>AutoStartDisStR</name> <pv_name>$(vacPREFIX):AutoStartDisStR</pv_name> <x>10</x> - <y>540</y> + <y>560</y> <off_color> <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> </color> @@ -1081,13 +1061,12 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label AutoStartDisStR</name> <text>Auto Start Disabled</text> <x>30</x> - <y>540</y> + <y>560</y> <width>150</width> <font> <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> @@ -1120,7 +1099,7 @@ $(pv_value)</tooltip> <pv_name>$(vacPREFIX):AutoStartDisCmd</pv_name> <text>Disable Automatic Start</text> <x>10</x> - <y>560</y> + <y>580</y> <width>151</width> <height>24</height> <font> @@ -1148,7 +1127,7 @@ $(pv_value)</tooltip> <pv_name>$(vacPREFIX):AutoStartEnaCmd</pv_name> <text>Enable Automatic Start</text> <x>10</x> - <y>583</y> + <y>603</y> <width>151</width> <height>24</height> <font> @@ -1176,7 +1155,7 @@ $(pv_value)</tooltip> </actions> <text>Engineering Screen</text> <x>170</x> - <y>610</y> + <y>630</y> <width>210</width> <height>24</height> <font> @@ -1220,4 +1199,107 @@ $(pv_value)</tooltip> </color> </border_color> </widget> + <widget type="label" version="2.0.0"> + <name>Label DCVolR</name> + <text>Voltage:</text> + <x>10</x> + <y>118</y> + <width>80</width> + <height>21</height> + <font> + <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> + </font> + </font> + <foreground_color> + <color name="Black" red="0" green="0" blue="0"> + </color> + </foreground_color> + <background_color> + <color name="White" red="255" green="255" blue="255"> + </color> + </background_color> + <horizontal_alignment>2</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <actions> + </actions> + <border_color> + <color name="Blue" red="0" green="128" blue="255"> + </color> + </border_color> + </widget> + <widget type="textupdate" version="2.0.0"> + <name>DCVolR</name> + <pv_name>$(vacPREFIX):DCVolR</pv_name> + <x>100</x> + <y>120</y> + <width>310</width> + <height>21</height> + <font> + <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> + </font> + </font> + <foreground_color> + <color name="BLACK-TEXT" red="255" green="255" blue="255"> + </color> + </foreground_color> + <background_color> + <color name="BLACK" red="0" green="0" blue="0"> + </color> + </background_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + <wrap_words>false</wrap_words> + <actions> + </actions> + <border_color> + <color name="Blue" red="0" green="128" blue="255"> + </color> + </border_color> + </widget> + <widget type="led" version="2.0.0"> + <name>RlyStatR</name> + <pv_name>$(vacPREFIX):RlyStatR</pv_name> + <x>210</x> + <y>340</y> + <off_color> + <color name="LED-GREEN-OFF" red="90" green="110" blue="90"> + </color> + </off_color> + <on_color> + <color name="LED-GREEN-ON" red="70" green="255" blue="70"> + </color> + </on_color> + <foreground_color> + <color name="Button Grey" red="180" green="180" blue="180"> + </color> + </foreground_color> + <actions> + </actions> + </widget> + <widget type="label" version="2.0.0"> + <name>Label Relay status</name> + <text>Relay status</text> + <x>230</x> + <y>340</y> + <width>150</width> + <font> + <font name="Normal" family="OpenSans" style="REGULAR" size="11.881188118811881"> + </font> + </font> + <foreground_color> + <color name="Black" red="0" green="0" blue="0"> + </color> + </foreground_color> + <background_color> + <color name="White" red="255" green="255" blue="255"> + </color> + </background_color> + <vertical_alignment>1</vertical_alignment> + <actions> + </actions> + <border_color> + <color name="Blue" red="0" green="128" blue="255"> + </color> + </border_color> + </widget> </display> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/vpi/vac_vpi.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/vpi/vac_vpi.bob index ba071869fd4ca5f6fbe2a5bcaa12f1177f4bbba0..76e2a952aa2343c702727d0a8d2f73905c5ad760 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/vpi/vac_vpi.bob +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/vpi/vac_vpi.bob @@ -67,14 +67,14 @@ </widget> <widget type="symbol" version="2.0.0"> <name>Symbol</name> - <pv_name>$(vacPREFIX):StatR</pv_name> + <pv_name>=`$(vacPREFIX):StatR` + `$(vacPREFIX):ValidR` * `$(vacPREFIX):PLCValidR`</pv_name> <symbols> <symbol>$(vacSYMBOLS)/$(vacDEV)/$(vacDEV)-invalid.png</symbol> - <symbol>$(vacSYMBOLS)/$(vacDEV)/$(vacDEV)-on.png</symbol> <symbol>$(vacSYMBOLS)/$(vacDEV)/$(vacDEV)-off.png</symbol> + <symbol>$(vacSYMBOLS)/$(vacDEV)/$(vacDEV)-on.png</symbol> + <symbol>$(vacSYMBOLS)/$(vacDEV)/$(vacDEV)-on.png</symbol> + <symbol>$(vacSYMBOLS)/$(vacDEV)/$(vacDEV)-on.png</symbol> <symbol>$(vacSYMBOLS)/$(vacDEV)/$(vacDEV)-error.png</symbol> - <symbol>$(vacSYMBOLS)/$(vacDEV)/$(vacDEV)-over-range.png</symbol> - <symbol>$(vacSYMBOLS)/$(vacDEV)/$(vacDEV)-under-range.png</symbol> </symbols> <x>48</x> <y>3</y> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/Faceplate/vac-vpdp-popup.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/Faceplate/vac-vpdp-popup.bob index 153e3f4485891979d4594f6e32b1d12c7a32e2a3..1e97ee4a5f33078c87a60d3a1dbc4bedd4bb25fe 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/Faceplate/vac-vpdp-popup.bob +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/Faceplate/vac-vpdp-popup.bob @@ -32,7 +32,6 @@ <wrap_words>false</wrap_words> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> <border_color> <color name="Blue" red="0" green="128" blue="255"> </color> @@ -188,7 +187,6 @@ </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>ErrorMsg</name> @@ -246,7 +244,6 @@ </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>WarningMsg</name> @@ -331,8 +328,6 @@ </points> <actions> </actions> - <tooltip>$(pv_name) -$(pv_value)</tooltip> </widget> <widget type="led" version="2.0.0"> <name>StoppedR</name> @@ -353,7 +348,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label StoppedR</name> @@ -400,7 +394,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label ValidR</name> @@ -447,7 +440,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label InvalidCommandR</name> @@ -494,7 +486,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label AcceleratingR</name> @@ -541,7 +532,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label LocalControlR</name> @@ -588,7 +578,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label StartDQ-RB</name> @@ -635,7 +624,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label OnManualStartR</name> @@ -682,7 +670,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label OnAutoStartR</name> @@ -729,7 +716,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label AtNominalSpdR</name> @@ -776,7 +762,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label PumpDisconnectedR</name> @@ -822,8 +807,6 @@ $(pv_value)</tooltip> </points> <actions> </actions> - <tooltip>$(pv_name) -$(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label Interlocks</name> @@ -926,7 +909,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label ITLckTrigR</name> @@ -986,8 +968,6 @@ $(pv_value)</tooltip> </points> <actions> </actions> - <tooltip>$(pv_name) -$(pv_value)</tooltip> </widget> <widget type="led" version="2.0.0"> <name>AutoStartDisStR</name> @@ -1008,7 +988,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label AutoStartDisStR</name> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/error.py b/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/error.py index fd07195aa9bfd856a4b91c264438c3208533f047..6bb7ad9da68e461f12931466647cd94049caad91 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/error.py +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/error.py @@ -8,17 +8,17 @@ if PVUtil.getLong(pvs[0]): code = PVUtil.getLong(pvs[1]) msgs = dict({ - 99 : "Controller Error (Hardware Error)", - 98 : "Pressure Interlock", - 97 : "Hardware Interlock", - 96 : "Software Interlock", - 95 : "Circuit Breaker Tripped", - 49 : "Controller Error (Hardware Error) - Auto Reset", - 48 : "Pressure Interlock - Auto Reset", - 47 : "Hardware Interlock - Auto Reset", - 46 : "Software Interlock - Auto Reset", - 2 : 'Pump Disconnected - Auto Reset (for Primary Pump Controller Type "Hilko Spoelstra")', - 1 : 'Local Control - Auto Reset (for Primary Pump Controller Type "Hilko Spoelstra")', + 99 : "99 - Controller Error (Hardware Error)", + 98 : "98 - Pressure Interlock", + 97 : "97 - Hardware Interlock", + 96 : "96 - Software Interlock", + 95 : "95 - Circuit Breaker Tripped", + 49 : "49 - Controller Error (Hardware Error) - Auto Reset", + 48 : "48 - Pressure Interlock - Auto Reset", + 47 : "47 - Hardware Interlock - Auto Reset", + 46 : "46 - Software Interlock - Auto Reset", + 2 : '2 - Pump Disconnected - Auto Reset (for Primary Pump Controller Type "ESS-VAC")', + 1 : '1 - Local Control - Auto Reset (for Primary Pump Controller Type "ESS-VAC")', 0 : "" }) diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/vac_vpp-vpdp.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/vac_vpp-vpdp.bob index e41de95e7eaf9fbe9a05698bbaae12c470c3421a..5f354b4a1bca052076a91a955765e2c31ef807fd 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/vac_vpp-vpdp.bob +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/vac_vpp-vpdp.bob @@ -90,11 +90,12 @@ </action> </actions> <rules> - <rule name="Tooltip" prop_id="tooltip" out_exp="true"> + <rule name="Type" prop_id="tooltip" out_exp="true"> <exp bool_exp="true"> - <expression>pvStr0</expression> + <expression>pvStr0 + "\nType: " + pvStr1</expression> </exp> <pv_name>$(pv_name)</pv_name> + <pv_name>$(vacPREFIX):ControllerConfigR</pv_name> </rule> </rules> <tooltip>$(pv_value)</tooltip> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/warning.py b/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/warning.py index d8886ab7b77c9015611bb2d87d4b22745919ad32..d080f07a7719645fc24011586a52b37fdf0ce9f4 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/warning.py +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/vpp-vpdp/warning.py @@ -8,11 +8,11 @@ if PVUtil.getLong(pvs[0]): code = PVUtil.getLong(pvs[1]) msgs = dict({ - 99 : "Pump Not Started", - 98 : "Pump Starting Prevented by Tripped Interlock", - 5 : "Pressure Interlock Bypassed", - 4 : "Hardware Interlock Bypassed", - 3 : "Software Interlock Bypassed", + 99 : "99 - Pump Not Started", + 98 : "98 - Pump Starting Prevented by Tripped Interlock", + 5 : "5 - Pressure Interlock Bypassed", + 4 : "4 - Hardware Interlock Bypassed", + 3 : "3 - Software Interlock Bypassed", 0 : "" }) diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/vpt/Faceplate/vac-vpt-popup.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/vpt/Faceplate/vac-vpt-popup.bob index d1ad44d3de906909c55d4750492f4df54e5da705..ab809edfba990215ff0f16d3842908adccc900c3 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/vpt/Faceplate/vac-vpt-popup.bob +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/vpt/Faceplate/vac-vpt-popup.bob @@ -37,7 +37,6 @@ <wrap_words>false</wrap_words> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> <border_color> <color name="Blue" red="0" green="128" blue="255"> </color> @@ -225,7 +224,6 @@ <wrap_words>false</wrap_words> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> <border_color> <color name="Blue" red="0" green="128" blue="255"> </color> @@ -283,7 +281,6 @@ <wrap_words>false</wrap_words> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> <border_color> <color name="Blue" red="0" green="128" blue="255"> </color> @@ -308,7 +305,6 @@ </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>ErrorMsg</name> @@ -366,7 +362,6 @@ </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>WarningMsg</name> @@ -451,8 +446,6 @@ </points> <actions> </actions> - <tooltip>$(pv_name) -$(pv_value)</tooltip> </widget> <widget type="led" version="2.0.0"> <name>StoppedR</name> @@ -473,7 +466,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label StoppedR</name> @@ -520,7 +512,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label ValidR</name> @@ -567,7 +558,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label InvalidCommandR</name> @@ -614,7 +604,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label AcceleratingR</name> @@ -661,7 +650,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label HWErrorR</name> @@ -708,7 +696,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label StartDQ-RB</name> @@ -755,7 +742,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label OnManualStartR</name> @@ -802,7 +788,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label OnAutoStartR</name> @@ -849,7 +834,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label AtNominalSpdR</name> @@ -895,8 +879,6 @@ $(pv_value)</tooltip> </points> <actions> </actions> - <tooltip>$(pv_name) -$(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label Interlocks</name> @@ -999,7 +981,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label ITLckTrigR</name> @@ -1059,8 +1040,6 @@ $(pv_value)</tooltip> </points> <actions> </actions> - <tooltip>$(pv_name) -$(pv_value)</tooltip> </widget> <widget type="led" version="2.0.0"> <name>AutoStartDisStR</name> @@ -1081,7 +1060,6 @@ $(pv_value)</tooltip> </foreground_color> <actions> </actions> - <tooltip>$(pv_name) / $(pv_value)</tooltip> </widget> <widget type="label" version="2.0.0"> <name>Label AutoStartDisStR</name> diff --git a/NON-APPROVED/COMMON/DEVICES/vacuum/vpt/vac_vpt.bob b/NON-APPROVED/COMMON/DEVICES/vacuum/vpt/vac_vpt.bob index 121e9f221dd5c3ab330fdb0775aedea7cb252526..1e3284400715f2105e0f6f5599e3f5edb7a30032 100644 --- a/NON-APPROVED/COMMON/DEVICES/vacuum/vpt/vac_vpt.bob +++ b/NON-APPROVED/COMMON/DEVICES/vacuum/vpt/vac_vpt.bob @@ -91,9 +91,10 @@ </actions> <rules> <rule name="Speed" prop_id="tooltip" out_exp="true"> - <exp bool_exp="True"> - <expression>pvStr0</expression> + <exp bool_exp="true"> + <expression>pvStr0 + "\nSpeed: " + pvStr1</expression> </exp> + <pv_name>$(pv_name)</pv_name> <pv_name>$(CONTROLLER):SpdR</pv_name> </rule> </rules> diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Diagnostics/Connection_v02.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Diagnostics/Connection_v02.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Diagnostics/DiagState.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Diagnostics/DiagState.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Diagnostics/maintenance.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Diagnostics/maintenance.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/OPIBackGrounds/ColdBoxBackGround.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/OPIBackGrounds/ColdBoxBackGround.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/OPIBackGrounds/DistributionBoxBackGround.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/OPIBackGrounds/DistributionBoxBackGround.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/OPIBackGrounds/GasManagementPanelBackGround.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/OPIBackGrounds/GasManagementPanelBackGround.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/OPIBackGrounds/PumpCoolingBackGround.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/OPIBackGrounds/PumpCoolingBackGround.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/CP_Pump_GREEN.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/CP_Pump_GREEN.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/CP_Pump_RED.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/CP_Pump_RED.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/CP_Pump_WHITE.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/CP_Pump_WHITE.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/CP_Pump_YELLOW.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/CP_Pump_YELLOW.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/DP_Pump_GREEN.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/DP_Pump_GREEN.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/DP_Pump_RED.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/DP_Pump_RED.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/DP_Pump_WHITE.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/DP_Pump_WHITE.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/DP_Pump_YELLOW.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/DP_Pump_YELLOW.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/Motor_blue.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/Motor_blue.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/Motor_green.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/Motor_green.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/Motor_red.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/Motor_red.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/Motor_white.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/Motor_white.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/Motor_yellow.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/Motor_yellow.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/collapse-arrows.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/collapse-arrows.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/expand-arrows.png b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/Symbols/expand-arrows.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-DP_DiscretePump_BlockIcon_90deg.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-DP_DiscretePump_BlockIcon_90deg.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-DP_DiscretePump_Faceplate.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-DP_DiscretePump_Faceplate.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-EH_ElectricalHeater_BlockIcon.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-EH_ElectricalHeater_BlockIcon.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-EH_ElectricalHeater_Faceplate.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-EH_ElectricalHeater_Faceplate.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-FC_FlowController_BlockIcon.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-FC_FlowController_BlockIcon.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-FC_FlowController_Faceplate.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-FC_FlowController_Faceplate.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-FT_FlowTransmitter_BlockIcon.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-FT_FlowTransmitter_BlockIcon.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-FT_FlowTransmitter_Faceplate.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-FT_FlowTransmitter_Faceplate.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-TP_TurbinePump_BlockIcon_90deg.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-TP_TurbinePump_BlockIcon_90deg.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-TP_TurbinePump_Faceplate.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS-TP_TurbinePump_Faceplate.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS_Cold_Box_1.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS_Cold_Box_1.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS_Cold_Box_2.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS_Cold_Box_2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS_Device_Test.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS_Device_Test.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS_Distribution_Box_MR_Plug.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CMS_Distribution_Box_MR_Plug.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CryolibraryTestPage.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/CryolibraryTestPage.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/Gas_Management_CMS_Room.bob b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/ToDo/Gas_Management_CMS_Room.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/_project.xml b/NON-APPROVED/Cryo/CMS_OPI/CMS_OPI_MASTER/_project.xml old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/ICS_OPI_LIBRARY/symbols/OPIBackGrounds/TMCPJumperSpoolBackGround.png b/NON-APPROVED/Cryo/CMS_OPI/ICS_OPI_LIBRARY/symbols/OPIBackGrounds/TMCPJumperSpoolBackGround.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/CMS_OPI/ICS_OPI_LIBRARY/symbols/custom_v02/valve_hand/valve_hand_NEUTRAL@64.png b/NON-APPROVED/Cryo/CMS_OPI/ICS_OPI_LIBRARY/symbols/custom_v02/valve_hand/valve_hand_NEUTRAL@64.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ALAT/Controls/Objects/comp_k2.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ALAT/Controls/Objects/comp_k2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ALAT/Controls/Objects/pv3w_v_l2.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ALAT/Controls/Objects/pv3w_v_l2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ALAT/Controls/Objects/pv_oc_h2.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ALAT/Controls/Objects/pv_oc_h2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ALAT/Controls/Objects/pv_oc_v2.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ALAT/Controls/Objects/pv_oc_v2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Faceplates/valve_startupAUTO.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Faceplates/valve_startupAUTO.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Faceplates/valve_startupMANU.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Faceplates/valve_startupMANU.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Faceplates/valve_startupNotAUTO.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Faceplates/valve_startupNotAUTO.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/comp_k2.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/comp_k2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/graph2.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/graph2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/led_green-grey.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/led_green-grey.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/led_green-yellow.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/led_green-yellow.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/led_grey-red.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/led_grey-red.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/led_red-grey.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/led_red-grey.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/led_yellow-grey.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/led_yellow-grey.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/msg.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/msg.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/msg__tmp.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/msg__tmp.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/msg_test.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/msg_test.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/pv_oc_h2.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/pv_oc_h2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/pv_oc_v2.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/Controls/Objects/pv_oc_v2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/configuration/Trends/ImpureHeAnalysis.plt b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/configuration/Trends/ImpureHeAnalysis.plt old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/configuration/Trends/TICP Helium inventory.plt b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/configuration/Trends/TICP Helium inventory.plt old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/configuration/Trends/_Test2.plt b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/configuration/Trends/_Test2.plt old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/configuration/fonts.def b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/configuration/fonts.def old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/configuration/light-theme-colours.def b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/configuration/light-theme-colours.def old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/Air_Liquide_CreativeO2_RVB.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/Air_Liquide_CreativeO2_RVB.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/Helial_1795_939.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/Helial_1795_939.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_Off_grey.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_Off_grey.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_Off_red.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_Off_red.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_On.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_On.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_Override_Off_grey.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_Override_Off_grey.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_Override_Off_red.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_Override_Off_red.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_Override_On.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/DI_Override_On.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Auto_Fault.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Auto_Fault.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Auto_Off.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Auto_Off.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Auto_On.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Auto_On.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Interlock.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Interlock.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Manu_Fault.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Manu_Fault.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Manu_Off.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Manu_Off.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Manu_On.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Heater_Manu_On.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Measure_High.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Measure_High.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Measure_Low.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Measure_Low.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Measure_Normal.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Measure_Normal.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Measure_Override.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Measure_Override.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Measure_Sensor.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Measure_Sensor.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Auto_Fault.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Auto_Fault.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Auto_Off.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Auto_Off.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Auto_On.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Auto_On.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Interlock.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Interlock.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Manu_Fault.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Manu_Fault.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Manu_Off.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Manu_Off.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Manu_On.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump2_Manu_On.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Auto_Fault.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Auto_Fault.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Auto_Off.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Auto_Off.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Auto_On.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Auto_On.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Interlock.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Interlock.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Manu_Fault.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Manu_Fault.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Manu_Off.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Manu_Off.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Manu_On.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Pump_Manu_On.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Step_Default.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Step_Default.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Step_Init.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Step_Init.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Step_Nominal.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Step_Nominal.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Thumbs.db b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Thumbs.db old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Auto_Closed.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Auto_Closed.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Auto_Fault.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Auto_Fault.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Auto_Open.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Auto_Open.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Interlock.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Interlock.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Manu_Closed.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Manu_Closed.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Manu_Fault.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Manu_Fault.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Manu_Open.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_Legend/Valve_TOR_Manu_Open.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Air_Liquide.svg.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Air_Liquide.svg.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Empty.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Empty.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/File_extension_DOC_32.ico b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/File_extension_DOC_32.ico old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/File_extension_PDF_32.ico b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/File_extension_PDF_32.ico old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/File_extension_TXT_32.ico b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/File_extension_TXT_32.ico old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/File_extension_Unknown_32.ico b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/File_extension_Unknown_32.ico old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/File_extension_XLS_32.ico b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/File_extension_XLS_32.ico old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Folder_open_32.ico b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Folder_open_32.ico old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/HEATER_AUTO.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/HEATER_AUTO.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/HEATER_FAULT.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/HEATER_FAULT.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/HEATER_MANU.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/HEATER_MANU.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/HEATER_RED.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/HEATER_RED.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/HEATER_WHITE.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/HEATER_WHITE.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/LED_BLUE.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/LED_BLUE.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/LED_GRAY.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/LED_GRAY.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/LED_GREEN.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/LED_GREEN.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/LED_RED.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/LED_RED.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_CMD_BLUE.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_CMD_BLUE.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_CMD_RED.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_CMD_RED.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_CMD_WHITE.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_CMD_WHITE.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_GRAY_Blue.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_GRAY_Blue.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_GREEN_Blue.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_GREEN_Blue.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_RED_Blue.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/MOTOR_RED_Blue.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Short-term archive list.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Short-term archive list.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/SwitchCheck.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/SwitchCheck.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/SwitchUnCheck.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/SwitchUnCheck.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Thumbs.db b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Thumbs.db old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Turbine 207x107 2.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/Turbine 207x107 2.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_BLEU_H.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_BLEU_H.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_BLEU_VD.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_BLEU_VD.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_RED_H.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_RED_H.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_RED_VD.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_RED_VD.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_WHITE_H.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_WHITE_H.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_WHITE_VD.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_REGULATE_HEAD_WHITE_VD.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_BLUE_H.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_BLUE_H.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_BLUE_V.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_BLUE_V.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_RED_H.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_RED_H.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_RED_V.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_RED_V.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_WHITE_H.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_WHITE_H.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_WHITE_V.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_TOR_HEAD_WHITE_V.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_LEFT.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_LEFT.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_LEFT_Down.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_LEFT_Down.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_LEFT_VG.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_LEFT_VG.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RED.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RED.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RED_Down.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RED_Down.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RED_VG.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RED_VG.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RIGHT.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RIGHT.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RIGHT_Down.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RIGHT_Down.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RIGHT_VG.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE3_BODY_RIGHT_VG.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_GREEN_H.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_GREEN_H.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_GREEN_VD.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_GREEN_VD.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_RED_H.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_RED_H.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_RED_VD.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_RED_VD.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_WHITE_H.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_WHITE_H.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_WHITE_VD.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_BODY_WHITE_VD.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_H_BODY_WHITE_H.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_H_BODY_WHITE_H.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_H_BODY_WHITE_VD.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/V2_VALVE_H_BODY_WHITE_VD.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/VACCUM_Start_Green.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/VACCUM_Start_Green.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/VACCUM_Stop_Blue.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/VACCUM_Stop_Blue.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/VACCUM_Stop_Fault.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/VACCUM_Stop_Fault.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/application_put.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/application_put.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/bell.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/bell.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/block.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/block.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/brick_go.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/brick_go.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/bug.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/bug.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/chart_bar.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/chart_bar.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/chart_curve.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/chart_curve.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/chart_line.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/chart_line.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/cog.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/cog.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/cross.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/cross.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/dns_setting.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/dns_setting.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/door_out.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/door_out.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/drawer.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/drawer.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/file_extension_pdf.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/file_extension_pdf.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/file_extension_txt.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/file_extension_txt.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/folder.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/folder.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/hlocchart.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/hlocchart.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/house.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/house.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/information.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/information.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/layout.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/layout.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/lightbulb.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/lightbulb.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/pc.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/pc.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/pencil.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/pencil.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/plugin.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/plugin.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/portable1.jpg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/portable1.jpg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/resultset_next.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/resultset_next.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/tick.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/tick.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/tick32.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/tick32.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/user.png b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/user.png old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/westermo.bmp b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/images/_images/westermo.bmp old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/opi/cryo-52-graphs.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/opi/cryo-52-graphs.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/opi/cryo-98-param_template.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/opi/cryo-98-param_template.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/opi/cryo-98-param_template2.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/opi/cryo-98-param_template2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/opi/cryo-99-test.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/opi/cryo-99-test.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/opi/cryo-99-test2.bob b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/opi/cryo-99-test2.bob old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Left 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Left 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Left 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Left 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Left 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Left 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Right 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Right 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Right 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Right 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Right 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Compressor Right 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Heater H 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Heater H 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Heater H 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Heater H 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Heater H 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Heater H 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/In Line Filter V.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/In Line Filter V.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Down 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Down 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Down 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Down 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Down 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Down 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Left 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Left 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Left 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Left 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Left 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Left 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Up 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Up 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Up 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Up 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Up 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/Pump Up 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 3.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 3.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 4.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 4.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 5.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 5.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 6.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve 6.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 3.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 3.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 4.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 4.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 5.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 5.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 6.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC 2-way Control Valve V 6.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 3.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 3.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 4.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 4.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 5.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 5.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 6.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve 6.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 3.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 3.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 4.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 4.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 5.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 5.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 6.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 2-way Powered Valve V 6.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 3.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 3.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 4.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 4.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 5.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 5.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 6.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve L V 6.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 1.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 1.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 2.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 2.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 3.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 3.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 4.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 4.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 5.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 5.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 6.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VC On-Off 3-way Pneumatic Bottom Inlet Valve R V 6.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VG On-Off 2-way Valve 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VG On-Off 2-way Valve 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VG On-Off 2-way Valve V 0.svg b/NON-APPROVED/Cryo/TICP/CrS-TICP_CRYO_ESS/symbols/SVG/VG On-Off 2-way Valve V 0.svg old mode 100755 new mode 100644 diff --git a/NON-APPROVED/TS2/ts2-010rfc-rflps/scripts/fim_macros_ts2_01.py b/NON-APPROVED/TS2/ts2-010rfc-rflps/scripts/fim_macros_ts2_01.py index 1ede96ad993af0541df41db729e6c4b8f428a838..7b142e0ea26f4f272778da19a4a1a0a3d507d3bc 100755 --- a/NON-APPROVED/TS2/ts2-010rfc-rflps/scripts/fim_macros_ts2_01.py +++ b/NON-APPROVED/TS2/ts2-010rfc-rflps/scripts/fim_macros_ts2_01.py @@ -25,26 +25,26 @@ iocstats_ = "TS2-01" ioc_ = "FIM-110" # Analog input macros -ai00_ = "Mod-110:Cur" -ai01_ = "Mod-110:Vol" -ai02_ = "SolPS-110:Cur" -ai03_ = "SolPS-120:Cur" -ai04_ = "SolPS-130:Cur" -ai05_ = "FIM-110:AI5" -ai06_ = "FIM-110:AI6" -ai07_ = "FIM-110:AI7" -ai08_ = "FIM-110:AI8" -ai09_ = "FIM-110:AI9" -ai10_ = "DirC-110:PwrFwdDA" -ai11_ = "DirC-110:PwrFwdPA" -ai12_ = "DirC-110:PwrFwdL2" -ai13_ = "DirC-110:PwrRflctPA" -ai14_ = "DirC-110:PwrFwdC1" -ai15_ = "DirC-110:PwrFwdC2" -ai16_ = "DirC-110:PwrFwdL1" -ai17_ = "DirC-110:PwrRflctL2" -ai18_ = "DirC-110:PwrRflctC1" -ai19_ = "DirC-110:PwrRflctC2" +ai00_ = "DirC-110:PwrFwdDA" +ai01_ = "DirC-110:PwrFwdPA" +ai02_ = "DirC-110:PwrFwdL2" +ai03_ = "DirC-110:PwrRflctPA" +ai04_ = "DirC-110:PwrFwdC1" +ai05_ = "DirC-110:PwrFwdC2" +ai06_ = "DirC-110:PwrFwdL1" +ai07_ = "DirC-110:PwrRflctL2" +ai08_ = "DirC-110:PwrRflctC1" +ai09_ = "DirC-110:PwrRflctC2" +ai10_ = "Mod-110:Cur" +ai11_ = "Mod-110:Vol" +ai12_ = "SolPS-110:Cur" +ai13_ = "SolPS-120:Cur" +ai14_ = "SolPS-130:Cur" +ai15_ = "FIM-110:AI15" +ai16_ = "FIM-110:AI16" +ai17_ = "FIM-110:AI17" +ai18_ = "FIM-110:AI18" +ai19_ = "FIM-110:AI19" di00_ = "SIM-110:HvEnaCmd" di01_ = "SIM-110:RfEnaCmd" diff --git a/NON-APPROVED/TS2/ts2-010rfc-rflps/scripts/fim_macros_ts2_02.py b/NON-APPROVED/TS2/ts2-010rfc-rflps/scripts/fim_macros_ts2_02.py index 254f55f6ffbb56e906e030cbe8033ae4794c162b..06770b83380fbf34eb732e95932c73ce59075106 100755 --- a/NON-APPROVED/TS2/ts2-010rfc-rflps/scripts/fim_macros_ts2_02.py +++ b/NON-APPROVED/TS2/ts2-010rfc-rflps/scripts/fim_macros_ts2_02.py @@ -25,26 +25,27 @@ iocstats_ = "TS2-02" ioc_ = "FIM-110" # Analog input macros -ai00_ = "Mod-110:Cur" -ai01_ = "Mod-110:Vol" -ai02_ = "SolPS-110:Cur" -ai03_ = "SolPS-120:Cur" -ai04_ = "SolPS-130:Cur" -ai05_ = "FIM-110:AI5" -ai06_ = "FIM-110:AI6" -ai07_ = "FIM-110:AI7" -ai08_ = "FIM-110:AI8" -ai09_ = "FIM-110:AI9" -ai10_ = "DirC-110:PwrFwdDA" -ai11_ = "DirC-110:PwrFwdPA" -ai12_ = "DirC-110:PwrFwdL2" -ai13_ = "DirC-110:PwrRflctPA" -ai14_ = "DirC-110:PwrFwdC1" -ai15_ = "DirC-110:PwrFwdC2" -ai16_ = "DirC-110:PwrFwdL1" -ai17_ = "DirC-110:PwrRflctL2" -ai18_ = "DirC-110:PwrRflctC1" -ai19_ = "DirC-110:PwrRflctC2" +ai10_ = "Mod-110:Cur" +ai11_ = "Mod-110:Vol" +ai12_ = "SolPS-110:Cur" +ai13_ = "SolPS-120:Cur" +ai14_ = "SolPS-130:Cur" +ai15_ = "FIM-110:AI5" +ai16_ = "FIM-110:AI6" +ai17_ = "FIM-110:AI7" +ai18_ = "FIM-110:AI8" +ai19_ = "FIM-110:AI9" + +ai00_ = "DirC-110:PwrFwdDA" +ai01_ = "DirC-110:PwrFwdPA" +ai02_ = "DirC-110:PwrFwdL2" +ai03_ = "DirC-110:PwrRflctPA" +ai04_ = "DirC-110:PwrFwdC1" +ai05_ = "DirC-110:PwrFwdC2" +ai06_ = "DirC-110:PwrFwdL1" +ai07_ = "DirC-110:PwrRflctL2" +ai08_ = "DirC-110:PwrRflctC1" +ai09_ = "DirC-110:PwrRflctC2" di00_ = "SIM-110:HvEnaCmd" di01_ = "SIM-110:RfEnaCmd" diff --git a/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsRFQ.bob b/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsRFQ.bob index 4a6b59e34a41811199cb88fcfa935afb0465294b..90d1b3bd349779115fc2e16c7dab030fc1b255b4 100644 --- a/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsRFQ.bob +++ b/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsRFQ.bob @@ -86,10 +86,10 @@ </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_66</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-TCU-110:ES</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>35</y> <width>235</width> @@ -107,7 +107,6 @@ <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-TCU-110:ES</pv_name> <text>...</text> <x>20</x> <y>41</y> @@ -128,7 +127,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11001:ILck</pv_name> <text>...</text> <x>20</x> <y>69</y> @@ -139,10 +137,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_68</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11001:ILck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>65</y> <width>235</width> @@ -150,10 +148,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_69</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11002:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>95</y> <width>235</width> @@ -171,7 +169,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11002:Ilck</pv_name> <text>...</text> <x>20</x> <y>100</y> @@ -182,10 +179,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_70</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11003:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>125</y> <width>235</width> @@ -193,10 +190,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_71</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11004:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>155</y> <width>235</width> @@ -204,10 +201,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_72</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11005:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>324</x> <y>35</y> <width>235</width> @@ -225,7 +222,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11003:Ilck</pv_name> <text>...</text> <x>20</x> <y>130</y> @@ -246,7 +242,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11004:Ilck</pv_name> <text>...</text> <x>20</x> <y>159</y> @@ -267,7 +262,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11005:Ilck</pv_name> <text>...</text> <x>289</x> <y>39</y> @@ -277,10 +271,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_74</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11006:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>324</x> <y>65</y> <width>235</width> @@ -298,7 +292,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11006:Ilck</pv_name> <text>...</text> <x>289</x> <y>69</y> @@ -308,10 +301,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_75</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11007:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>324</x> <y>95</y> <width>235</width> @@ -329,7 +322,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11007:Ilck</pv_name> <text>...</text> <x>289</x> <y>100</y> @@ -339,10 +331,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_88</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11008:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>324</x> <y>125</y> <width>235</width> @@ -360,7 +352,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11008:Ilck</pv_name> <text>...</text> <x>289</x> <y>131</y> @@ -370,10 +361,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_89</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11009:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>324</x> <y>155</y> <width>235</width> @@ -391,7 +382,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11009:Ilck</pv_name> <text>...</text> <x>289</x> <y>160</y> @@ -401,10 +391,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_90</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11010:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>602</x> <y>35</y> <width>235</width> @@ -422,7 +412,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11010:Ilck</pv_name> <text>...</text> <x>567</x> <y>40</y> @@ -432,10 +421,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_91</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11011:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>602</x> <y>65</y> <width>235</width> @@ -453,7 +442,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11011:Ilck</pv_name> <text>...</text> <x>567</x> <y>69</y> @@ -463,10 +451,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_92</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-ADR-11012:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>602</x> <y>95</y> <width>235</width> @@ -484,7 +472,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-ADR-11012:Ilck</pv_name> <text>...</text> <x>567</x> <y>99</y> @@ -494,10 +481,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_59</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-PAmp-110:Ready</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>602</x> <y>125</y> <width>235</width> @@ -515,7 +502,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-PAmp-110:Ready</pv_name> <text>...</text> <x>567</x> <y>130</y> @@ -525,10 +511,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_77</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Load-120:WtrC-Flw</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>602</x> <y>155</y> <width>280</width> @@ -546,7 +532,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Load-120:WtrC-Flw</pv_name> <text>...</text> <x>567</x> <y>160</y> @@ -556,10 +541,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_84</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-Circ-120:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>935</x> <y>35</y> <width>235</width> @@ -577,7 +562,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Circ-120:FIS</pv_name> <text>...</text> <x>900</x> <y>40</y> @@ -588,10 +572,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_67</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-SIM-110:Cav-Ready</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>935</x> <y>65</y> <width>235</width> @@ -609,7 +593,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-SIM-110:Cav-Ready</pv_name> <text>...</text> <x>900</x> <y>71</y> @@ -677,10 +660,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_78</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Coll-110:SW_CALC</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>375</x> <y>35</y> <width>280</width> @@ -698,7 +681,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Coll-110:SW_CALC</pv_name> <text>...</text> <x>340</x> <y>40</y> @@ -709,10 +691,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_63</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:APS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>65</x> <y>35</y> <width>260</width> @@ -730,7 +712,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:APS</pv_name> <text>...</text> <x>30</x> <y>40</y> @@ -738,13 +719,14 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_58</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:Body-WtrC-Tmp</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>375</x> <y>70</y> <width>280</width> @@ -762,7 +744,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:Body-WtrC-Tmp</pv_name> <text>...</text> <x>340</x> <y>75</y> @@ -773,10 +754,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_65</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:Coll-WtrC-Tmp</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>375</x> <y>105</y> <width>280</width> @@ -794,7 +775,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:Coll-WtrC-Tmp</pv_name> <text>...</text> <x>340</x> <y>109</y> @@ -860,10 +840,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_85</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-SIM-110:PSS-Ready</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>35</y> <width>235</width> @@ -881,7 +861,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-SIM-110:PSS-Ready</pv_name> <text>...</text> <x>20</x> <y>39</y> @@ -889,13 +868,14 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_10</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:CWH-WtrC-Tmp</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>325</x> <y>35</y> <width>280</width> @@ -913,7 +893,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:CWH-WtrC-Tmp</pv_name> <text>...</text> <x>290</x> <y>40</y> @@ -921,13 +900,14 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_61</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-Body-110:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>70</y> <width>235</width> @@ -945,20 +925,20 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Body-110:FIS</pv_name> <text>...</text> <x>20</x> <y>74</y> <width>30</width> <height>20</height> <tooltip>$(actions)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_87</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:Coll-WtrC-Flw</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>325</x> <y>70</y> <width>280</width> @@ -976,13 +956,13 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:Coll-WtrC-Flw</pv_name> <text>...</text> <x>290</x> <y>75</y> <width>30</width> <height>20</height> <tooltip>$(actions)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> </widget> <widget type="rectangle" version="2.0.0"> @@ -1140,13 +1120,13 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-SOLENOID01</pv_name> <text>...</text> <x>20</x> <y>35</y> <width>30</width> <height>20</height> <tooltip>$(actions)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="action_button" version="3.0.0"> <name>Action Button_92</name> @@ -1160,13 +1140,13 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-SOLENOID02</pv_name> <text>...</text> <x>20</x> <y>65</y> <width>30</width> <height>20</height> <tooltip>$(actions)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="action_button" version="3.0.0"> <name>Action Button_93</name> @@ -1180,13 +1160,13 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-SOLENOID03</pv_name> <text>...</text> <x>20</x> <y>95</y> <width>30</width> <height>20</height> <tooltip>$(actions)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> </widget> <widget type="group" version="2.0.0"> @@ -1255,7 +1235,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Sol-110:FIS</pv_name> <text>...</text> <x>20</x> <y>40</y> @@ -1263,13 +1242,14 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_83</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-Sol-110:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>35</y> <width>235</width> @@ -1277,10 +1257,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_13</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:CWM-WtrC-Tmp</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>330</x> <y>35</y> <width>280</width> @@ -1298,7 +1278,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:CWM-WtrC-Tmp</pv_name> <text>...</text> <x>290</x> <y>40</y> @@ -1306,6 +1285,7 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> </widget> <widget type="rectangle" version="2.0.0"> @@ -1382,6 +1362,7 @@ $(pv_name)</tooltip> <width>30</width> <height>20</height> <tooltip>$(actions)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="led" version="2.0.0"> <name>LED_49</name> @@ -1428,20 +1409,20 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:Oil-Tmp</pv_name> <text>...</text> <x>10</x> <y>75</y> <width>30</width> <height>20</height> <tooltip>$(actions)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_82</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:Oil-Tmp</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>49</x> <y>70</y> <width>280</width> @@ -1492,7 +1473,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:EmSw</pv_name> <text>...</text> <x>20</x> <y>105</y> @@ -1500,6 +1480,7 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="action_button" version="3.0.0"> <name>Action Button_72</name> @@ -1513,7 +1494,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-VacPS-120:HVON</pv_name> <text>...</text> <x>20</x> <y>75</y> @@ -1521,13 +1501,14 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_47</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:EmSw</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>100</y> <width>220</width> @@ -1535,10 +1516,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_46</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-VacPS-120:HVON</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>70</y> <width>220</width> @@ -1546,10 +1527,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_6</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-VacPS-110:HVON</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>40</y> <width>220</width> @@ -1567,7 +1548,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-VacPS-110:HVON</pv_name> <text>...</text> <x>20</x> <y>45</y> @@ -1575,6 +1555,7 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="label" version="2.0.0"> <name>Label_284</name> @@ -1718,7 +1699,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:ConILck</pv_name> <text>...</text> <x>20</x> <y>75</y> @@ -1726,13 +1706,14 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_9</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:ConILck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>70</y> <width>235</width> @@ -1750,7 +1731,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:Oil-LS</pv_name> <text>...</text> <x>20</x> <y>45</y> @@ -1758,13 +1738,14 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_7</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:Oil-LS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>55</x> <y>40</y> <width>235</width> @@ -1794,10 +1775,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_2</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-VacPS-110:I</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>325</x> <y>40</y> <width>280</width> @@ -1815,7 +1796,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-VacPS-110:I</pv_name> <text>...</text> <x>290</x> <y>45</y> @@ -1823,13 +1803,14 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_45</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-VacPS-120:I</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>325</x> <y>70</y> <width>280</width> @@ -1847,7 +1828,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-VacPS-120:I</pv_name> <text>...</text> <x>290</x> <y>75</y> @@ -1855,6 +1835,7 @@ $(pv_name)</tooltip> <height>20</height> <tooltip>$(actions) for: $(pv_name)</tooltip> + <border_alarm_sensitive>false</border_alarm_sensitive> </widget> </widget> <widget type="group" version="2.0.0"> @@ -1899,10 +1880,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_62</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:OPWin-Tmp</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>60</x> <y>35</y> <width>280</width> @@ -1920,7 +1901,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:OPWin-Tmp</pv_name> <text>...</text> <x>30</x> <y>40</y> @@ -1931,10 +1911,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_64</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Circ-120:WtrC-Tmp</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>60</x> <y>65</y> <width>280</width> @@ -1952,7 +1932,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Circ-120:WtrC-Tmp</pv_name> <text>...</text> <x>30</x> <y>70</y> @@ -1973,7 +1952,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Load-120:WtrC-Tmp</pv_name> <text>...</text> <x>30</x> <y>100</y> @@ -1983,10 +1961,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_73</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Load-120:WtrC-Tmp</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>60</x> <y>95</y> <width>280</width> @@ -2004,7 +1982,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Load-130:WtrC-Tmp</pv_name> <text>...</text> <x>30</x> <y>130</y> @@ -2014,10 +1991,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_76</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Load-130:WtrC-Tmp</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>60</x> <y>125</y> <width>280</width> @@ -2036,7 +2013,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly-110:Sol-WtrC-Tmp</pv_name> <text>...</text> <x>1300</x> <y>511</y> @@ -2046,10 +2022,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_60</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Kly-110:Sol-WtrC-Tmp</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1334</x> <y>506</y> <width>280</width> @@ -2465,7 +2441,6 @@ $(pv_value) <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-SOLENOID01</pv_name> <text>...</text> <x>230</x> <y>40</y> @@ -2485,7 +2460,6 @@ $(pv_value) <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-SOLENOID03</pv_name> <text>...</text> <x>230</x> <y>100</y> @@ -2505,7 +2479,6 @@ $(pv_value) <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-SOLENOID02</pv_name> <text>...</text> <x>230</x> <y>70</y> @@ -2646,7 +2619,6 @@ $(pv_value) <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-FIM-110:HVenaStat</pv_name> <text>...</text> <x>10</x> <y>130</y> @@ -2684,10 +2656,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_79</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-FIM-110:HVenaStat</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>45</x> <y>125</y> <width>210</width> @@ -2835,10 +2807,10 @@ $(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_80</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-FIM-110:RFenaStat</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>45</x> <y>125</y> <width>210</width> @@ -2918,7 +2890,6 @@ $(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-FIM-110:RFenaStat</pv_name> <text>...</text> <x>10</x> <y>130</y> diff --git a/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsSystem01.bob b/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsSystem01.bob index 6e8c9be9d80db0625a58ad309b8177c1ebfb7057..e03fc6503cd30bebac8332316431b532362eb133 100644 --- a/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsSystem01.bob +++ b/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsSystem01.bob @@ -90,7 +90,6 @@ <description>Change PV settings</description> </action> </actions> - <pv_name>KlyOil-002:TT</pv_name> <text>...</text> <x>660</x> <y>45</y> @@ -101,10 +100,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_13</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>KlyOil-002:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>40</y> <width>280</width> @@ -122,7 +121,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-253:TE</pv_name> <text>...</text> <x>980</x> <y>45</y> @@ -133,10 +131,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_12</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Oil-253:TE</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>40</y> <width>280</width> @@ -154,7 +152,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Main-112:TE</pv_name> <text>...</text> <x>660</x> <y>105</y> @@ -165,10 +162,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_11</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Main-112:TE</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>100</y> <width>280</width> @@ -186,7 +183,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Main-110:PT</pv_name> <text>...</text> <x>660</x> <y>75</y> @@ -197,10 +193,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_10</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Main-110:PT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>70</y> <width>280</width> @@ -218,7 +214,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-001:Leak</pv_name> <text>...</text> <x>20</x> <y>105</y> @@ -229,10 +224,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_9</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Oil-001:Leak</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>100</y> <width>220</width> @@ -250,7 +245,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-001:TS</pv_name> <text>...</text> <x>20</x> <y>75</y> @@ -261,10 +255,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_8</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Oil-001:TS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>70</y> <width>220</width> @@ -282,7 +276,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-001:LS</pv_name> <text>...</text> <x>20</x> <y>45</y> @@ -293,10 +286,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_7</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Oil-001:LS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>40</y> <width>220</width> @@ -378,10 +371,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_17</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Oil-001:LO</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>380</x> <y>40</y> <width>220</width> @@ -399,7 +392,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-001:LO</pv_name> <text>...</text> <x>340</x> <y>45</y> @@ -410,10 +402,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_26</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Kly-001:ConILck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>380</x> <y>70</y> <width>220</width> @@ -431,7 +423,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Kly-001:ConILck</pv_name> <text>...</text> <x>340</x> <y>75</y> @@ -442,10 +433,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_41</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Oil-257:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>380</x> <y>100</y> <width>220</width> @@ -463,7 +454,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-257:FIS</pv_name> <text>...</text> <x>340</x> <y>105</y> @@ -547,10 +537,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_28</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>DA-001:Ready</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>45</y> <width>220</width> @@ -568,7 +558,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>DA-001:Ready</pv_name> <text>...</text> <x>20</x> <y>50</y> @@ -579,10 +568,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_29</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-001:CHA</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>75</y> <width>220</width> @@ -600,7 +589,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-001:CHA</pv_name> <text>...</text> <x>20</x> <y>80</y> @@ -611,10 +599,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_30</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-001:CHB</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>105</y> <width>220</width> @@ -632,7 +620,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-001:CHB</pv_name> <text>...</text> <x>20</x> <y>110</y> @@ -643,10 +630,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_33</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-13001:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>135</y> <width>220</width> @@ -664,7 +651,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-13001:Ilck</pv_name> <text>...</text> <x>20</x> <y>140</y> @@ -675,10 +661,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_34</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-13002:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>380</x> <y>45</y> <width>220</width> @@ -696,7 +682,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-13002:Ilck</pv_name> <text>...</text> <x>340</x> <y>50</y> @@ -707,10 +692,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_35</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-13003:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>380</x> <y>75</y> <width>220</width> @@ -728,7 +713,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-13003:Ilck</pv_name> <text>...</text> <x>340</x> <y>80</y> @@ -739,10 +723,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_36</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-13004:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>380</x> <y>105</y> <width>220</width> @@ -760,7 +744,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-13004:Ilck</pv_name> <text>...</text> <x>340</x> <y>110</y> @@ -771,10 +754,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_37</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Circ-350:TE</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>45</y> <width>280</width> @@ -792,7 +775,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Circ-350:TE</pv_name> <text>...</text> <x>980</x> <y>50</y> @@ -803,10 +785,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_38</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Load-362:TE</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>75</y> <width>280</width> @@ -824,7 +806,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Load-362:TE</pv_name> <text>...</text> <x>980</x> <y>80</y> @@ -835,10 +816,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_39</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RLoad-364:TE</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>105</y> <width>280</width> @@ -856,7 +837,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>RLoad-364:TE</pv_name> <text>...</text> <x>980</x> <y>110</y> @@ -867,10 +847,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_40</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RLoad-367:FIT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>135</y> <width>280</width> @@ -888,7 +868,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>RLoad-367:FIT</pv_name> <text>...</text> <x>980</x> <y>140</y> @@ -899,10 +878,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_52</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Circ-110:TCUready</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>700</x> <y>75</y> <width>220</width> @@ -920,7 +899,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Circ-110:TCUready</pv_name> <text>...</text> <x>660</x> <y>80</y> @@ -931,10 +909,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_53</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Kly-001:APS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>700</x> <y>105</y> <width>220</width> @@ -952,7 +930,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Kly-001:APS</pv_name> <text>...</text> <x>660</x> <y>110</y> @@ -973,7 +950,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Circ-110:TCUready</pv_name> <text>...</text> <x>660</x> <y>50</y> @@ -984,10 +960,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_54</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Circ-353:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>700</x> <y>45</y> <width>220</width> @@ -1036,10 +1012,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_25</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>PSS-001:Ready</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>40</y> <width>220</width> @@ -1057,7 +1033,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>PSS-001:Ready</pv_name> <text>...</text> <x>20</x> <y>45</y> @@ -1068,10 +1043,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_27</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Coll-110-SW:CALC</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>60</x> <y>70</y> <width>280</width> @@ -1089,7 +1064,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Coll-110-SW:CALC</pv_name> <text>...</text> <x>20</x> <y>75</y> @@ -1100,10 +1074,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_31</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>RFS-Coll-221:TE</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>60</x> <y>100</y> <width>280</width> @@ -1121,7 +1095,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>RFS-Coll-221:TE</pv_name> <text>...</text> <x>20</x> <y>105</y> @@ -1187,10 +1160,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_16</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Sol-243:TE</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>380</x> <y>40</y> <width>280</width> @@ -1198,10 +1171,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_15</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Body-237:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>70</y> <width>220</width> @@ -1209,10 +1182,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_14</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Sol-247:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>40</y> <width>220</width> @@ -1230,7 +1203,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Sol-243:TE</pv_name> <text>...</text> <x>340</x> <y>45</y> @@ -1251,7 +1223,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Body-237:FIS</pv_name> <text>...</text> <x>20</x> <y>75</y> @@ -1272,7 +1243,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Sol-247:FIS</pv_name> <text>...</text> <x>20</x> <y>45</y> @@ -1283,10 +1253,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_19</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>KlySol-002:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>40</y> <width>280</width> @@ -1294,10 +1264,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_18</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>KlySol-001:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>380</x> <y>70</y> <width>280</width> @@ -1315,7 +1285,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>KlySol-002:TT</pv_name> <text>...</text> <x>660</x> <y>45</y> @@ -1336,7 +1305,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>KlySol-001:TT</pv_name> <text>...</text> <x>340</x> <y>75</y> @@ -1423,7 +1391,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>SOLENOID01</pv_name> <text>...</text> <x>1320</x> <y>45</y> @@ -1443,7 +1410,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>SOLENOID02</pv_name> <text>...</text> <x>1320</x> <y>75</y> @@ -1453,10 +1419,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_20</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>KlySol-003:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>70</y> <width>280</width> @@ -1474,7 +1440,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>KlySol-003:TT</pv_name> <text>...</text> <x>660</x> <y>75</y> @@ -1485,10 +1450,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_21</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Coll-224:FIT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>100</y> <width>280</width> @@ -1506,7 +1471,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Coll-224:FIT</pv_name> <text>...</text> <x>660</x> <y>105</y> @@ -1517,10 +1481,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_22</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Body-233:TE</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>40</y> <width>280</width> @@ -1538,7 +1502,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Body-233:TE</pv_name> <text>...</text> <x>980</x> <y>45</y> @@ -1549,10 +1512,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_23</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>KlyBody-001:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>70</y> <width>280</width> @@ -1570,7 +1533,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>KlyBody-001:TT</pv_name> <text>...</text> <x>980</x> <y>75</y> @@ -1581,10 +1543,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_24</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>KlyBody-002:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>100</y> <width>280</width> @@ -1602,7 +1564,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>KlyBody-002:TT</pv_name> <text>...</text> <x>980</x> <y>105</y> @@ -1648,10 +1609,10 @@ $(PREFIX):$(pv_name)</tooltip> </actions> <widget type="embedded" version="2.0.0"> <name>Embedded Display_2</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>VacPS-110:I</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>380</x> <y>40</y> <width>280</width> @@ -1669,7 +1630,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>VacPS-110:I</pv_name> <text>...</text> <x>340</x> <y>45</y> @@ -1680,10 +1640,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_45</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>VacPS-120:I</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>380</x> <y>70</y> <width>280</width> @@ -1701,7 +1661,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>VacPS-120:I</pv_name> <text>...</text> <x>340</x> <y>75</y> @@ -1722,7 +1681,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Main-001:EmSw</pv_name> <text>...</text> <x>20</x> <y>105</y> @@ -1743,7 +1701,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>VacPS-120:HVena</pv_name> <text>...</text> <x>20</x> <y>75</y> @@ -1754,10 +1711,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_47</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Main-001:EmSw</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>100</y> <width>220</width> @@ -1765,10 +1722,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_46</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>VacPS-120:HVena</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>70</y> <width>220</width> @@ -1776,10 +1733,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_6</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>VacPS-110:HVena</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>40</y> <width>220</width> @@ -1797,7 +1754,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>VacPS-110:HVena</pv_name> <text>...</text> <x>20</x> <y>45</y> @@ -2283,10 +2239,10 @@ $(pv_value) </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_43</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>FIM-001:HVenaStat</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>42</x> <y>85</y> <width>220</width> @@ -2304,7 +2260,6 @@ $(pv_value) <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):FIM-001:HVenaStat</pv_name> <text>...</text> <x>10</x> <y>90</y> @@ -2440,10 +2395,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_48</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>FIM-001:RFenaStat</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>42</x> <y>100</y> <width>220</width> @@ -2461,7 +2416,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>FIM-001:RFenaStat</pv_name> <text>...</text> <x>10</x> <y>105</y> @@ -2482,7 +2436,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>$(PREFIX):RFS-Kly:Blower</pv_name> <text>...</text> <x>10</x> <y>140</y> @@ -2493,10 +2446,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_44</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>RFS-Kly:Blower</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>42</x> <y>135</y> <width>220</width> diff --git a/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsSystem02.bob b/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsSystem02.bob index da663e81987e3b10175d87c3fdf5227298521624..69d1138e0e4d9a4a445f53b25f8e2e64458648f4 100644 --- a/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsSystem02.bob +++ b/NON-APPROVED/TS2/ts2-010rfc-rflps/support/transitionsSystem02.bob @@ -90,7 +90,6 @@ <description>Change PV settings</description> </action> </actions> - <pv_name>Main-110:TT</pv_name> <text>...</text> <x>660</x> <y>45</y> @@ -101,10 +100,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_13</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Main-110:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>40</y> <width>280</width> @@ -122,7 +121,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-120:TT</pv_name> <text>...</text> <x>660</x> <y>110</y> @@ -133,10 +131,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_11</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Oil-120:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>105</y> <width>280</width> @@ -154,7 +152,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-110:TT</pv_name> <text>...</text> <x>660</x> <y>75</y> @@ -165,10 +162,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_10</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Oil-110:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>70</y> <width>280</width> @@ -186,7 +183,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-110:FIS</pv_name> <text>...</text> <x>20</x> <y>105</y> @@ -197,10 +193,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_9</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Oil-110:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>100</y> <width>220</width> @@ -218,7 +214,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-110:TSH</pv_name> <text>...</text> <x>20</x> <y>75</y> @@ -229,10 +224,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_8</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Oil-110:TSH</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>70</y> <width>220</width> @@ -250,7 +245,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Oil-110:LS</pv_name> <text>...</text> <x>20</x> <y>45</y> @@ -261,10 +255,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_7</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Oil-110:LS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>40</y> <width>220</width> @@ -419,10 +413,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_66</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>DA-110:Ready</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>45</y> <width>260</width> @@ -440,7 +434,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>DA-110:Ready</pv_name> <text>...</text> <x>20</x> <y>50</y> @@ -451,10 +444,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_69</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-110:CHA</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>75</y> <width>260</width> @@ -472,7 +465,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-110:CHA</pv_name> <text>...</text> <x>20</x> <y>80</y> @@ -483,10 +475,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_70</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-110:CHB</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>105</y> <width>260</width> @@ -494,10 +486,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_71</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-120:CHA</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>135</y> <width>260</width> @@ -505,10 +497,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_72</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-120:CHB</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>380</x> <y>45</y> <width>260</width> @@ -526,7 +518,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-110:CHB</pv_name> <text>...</text> <x>20</x> <y>110</y> @@ -547,7 +538,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-120:CHA</pv_name> <text>...</text> <x>20</x> <y>140</y> @@ -568,7 +558,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-120:CHB</pv_name> <text>...</text> <x>340</x> <y>50</y> @@ -578,10 +567,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_74</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Circ-110:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>380</x> <y>75</y> <width>260</width> @@ -599,7 +588,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Circ-110:FIS</pv_name> <text>...</text> <x>340</x> <y>80</y> @@ -609,10 +597,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_75</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>TCU-110:ES</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>380</x> <y>105</y> <width>260</width> @@ -630,7 +618,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>TCU-110:ES</pv_name> <text>...</text> <x>340</x> <y>110</y> @@ -650,7 +637,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Circ-110:TT</pv_name> <text>...</text> <x>980</x> <y>45</y> @@ -660,10 +646,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_73</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Circ-110:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>40</y> <width>280</width> @@ -671,10 +657,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_76</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Load-110:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>70</y> <width>280</width> @@ -682,10 +668,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_77</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Rload-110:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>100</y> <width>280</width> @@ -703,7 +689,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Load-110:TT</pv_name> <text>...</text> <x>980</x> <y>75</y> @@ -723,7 +708,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Rload-110:TT</pv_name> <text>...</text> <x>980</x> <y>105</y> @@ -743,7 +727,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Rload-110:FIT</pv_name> <text>...</text> <x>980</x> <y>135</y> @@ -753,10 +736,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_78</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Rload-110:FIT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>1020</x> <y>130</y> <width>280</width> @@ -764,10 +747,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_81</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-13001:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>700</x> <y>45</y> <width>260</width> @@ -775,10 +758,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_82</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-13002:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>700</x> <y>75</y> <width>260</width> @@ -796,7 +779,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-13001:Ilck</pv_name> <text>...</text> <x>660</x> <y>50</y> @@ -817,7 +799,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-13002:Ilck</pv_name> <text>...</text> <x>660</x> <y>80</y> @@ -827,10 +808,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_83</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-13003:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>700</x> <y>105</y> <width>260</width> @@ -848,7 +829,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-13003:Ilck</pv_name> <text>...</text> <x>660</x> <y>110</y> @@ -858,10 +838,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_84</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>ADR-13004:Ilck</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>700</x> <y>135</y> <width>260</width> @@ -879,7 +859,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>ADR-13004:Ilck</pv_name> <text>...</text> <x>660</x> <y>140</y> @@ -930,10 +909,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_63</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>PSS-110:Ready</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>40</y> <width>260</width> @@ -951,7 +930,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>PSS-110:Ready</pv_name> <text>...</text> <x>20</x> <y>45</y> @@ -972,7 +950,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Coll-110:SW_CALC</pv_name> <text>...</text> <x>660</x> <y>45</y> @@ -983,10 +960,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_62</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Coll-110:SW_CALC</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>40</y> <width>280</width> @@ -994,10 +971,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_64</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Coll-110:FIT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>70</y> <width>280</width> @@ -1005,10 +982,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_65</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Coll-110:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>100</y> <width>280</width> @@ -1026,7 +1003,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Coll-110:FIT</pv_name> <text>...</text> <x>660</x> <y>75</y> @@ -1047,7 +1023,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Coll-110:TT</pv_name> <text>...</text> <x>660</x> <y>105</y> @@ -1222,7 +1197,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>SOLENOID01</pv_name> <text>...</text> <x>1320</x> <y>45</y> @@ -1242,7 +1216,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>SOLENOID03</pv_name> <text>...</text> <x>1320</x> <y>105</y> @@ -1262,7 +1235,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>SOLENOID02</pv_name> <text>...</text> <x>1320</x> <y>75</y> @@ -1272,10 +1244,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_57</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Sol-110:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>40</y> <width>260</width> @@ -1293,7 +1265,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Sol-110:FIS</pv_name> <text>...</text> <x>20</x> <y>45</y> @@ -1304,10 +1275,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_59</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Body-110:FIS</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>70</y> <width>260</width> @@ -1325,7 +1296,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Body-110:FIS</pv_name> <text>...</text> <x>20</x> <y>75</y> @@ -1335,10 +1305,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_61</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Kly-110:OpenPanel</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>100</y> <width>260</width> @@ -1356,7 +1326,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Kly-110:OpenPanel</pv_name> <text>...</text> <x>20</x> <y>105</y> @@ -1366,10 +1335,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_58</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Sol-110:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>40</y> <width>280</width> @@ -1377,10 +1346,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_60</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>Body-110:TT</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>700</x> <y>70</y> <width>280</width> @@ -1398,7 +1367,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Body-110:TT</pv_name> <text>...</text> <x>660</x> <y>75</y> @@ -1418,7 +1386,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Sol-110:TT</pv_name> <text>...</text> <x>660</x> <y>45</y> @@ -1464,10 +1431,10 @@ $(PREFIX):$(pv_name)</tooltip> </actions> <widget type="embedded" version="2.0.0"> <name>Embedded Display_2</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>VacPS-110:I</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>380</x> <y>40</y> <width>280</width> @@ -1485,7 +1452,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>VacPS-110:I</pv_name> <text>...</text> <x>340</x> <y>45</y> @@ -1496,10 +1462,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_45</name> - <file>ai_overview_v02.bob</file> <macros> <SGNL>VacPS-120:I</SGNL> </macros> + <file>ai_overview_v02.bob</file> <x>380</x> <y>70</y> <width>280</width> @@ -1517,7 +1483,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>VacPS-120:I</pv_name> <text>...</text> <x>340</x> <y>75</y> @@ -1538,7 +1503,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>Main-110:EmSw</pv_name> <text>...</text> <x>20</x> <y>105</y> @@ -1559,7 +1523,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>VacPS-120:HVena</pv_name> <text>...</text> <x>20</x> <y>75</y> @@ -1570,10 +1533,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_47</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>Main-110:EmSw</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>100</y> <width>220</width> @@ -1581,10 +1544,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_46</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>VacPS-120:HVena</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>70</y> <width>220</width> @@ -1592,10 +1555,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_6</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>VacPS-110:HVena</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>60</x> <y>40</y> <width>220</width> @@ -1613,7 +1576,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>VacPS-110:HVena</pv_name> <text>...</text> <x>20</x> <y>45</y> @@ -2107,7 +2069,6 @@ $(pv_value) <description>Change PV settings</description> </action> </actions> - <pv_name>FIM-110:HVenaStat</pv_name> <text>...</text> <x>220</x> <y>130</y> @@ -2126,7 +2087,7 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="textupdate" version="2.0.0"> <name>Text Update_129</name> - <pv_name>$(PREFIX):FIM-110:HVena-INT-RB</pv_name> + <pv_name>$(PREFIX):RFS-FIM-110:HVena-INT-RB</pv_name> <x>132</x> <y>45</y> <width>90</width> @@ -2153,10 +2114,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_79</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>FIM-110:HVenaStat</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>10</x> <y>125</y> <width>210</width> @@ -2229,7 +2190,6 @@ $(PREFIX):$(pv_name)</tooltip> <description>Change PV settings</description> </action> </actions> - <pv_name>FIM-110:RFenaStat</pv_name> <text>...</text> <x>220</x> <y>130</y> @@ -2310,10 +2270,10 @@ $(PREFIX):$(pv_name)</tooltip> </widget> <widget type="embedded" version="2.0.0"> <name>Embedded Display_80</name> - <file>aidio_overview_v02.bob</file> <macros> <SGNL>FIM-110:RFenaStat</SGNL> </macros> + <file>aidio_overview_v02.bob</file> <x>10</x> <y>125</y> <width>210</width> diff --git a/NON-APPROVED/TS2/ts2-cryomodule/controllers_overview.bob b/NON-APPROVED/TS2/ts2-cryomodule/controllers_overview.bob index b73e78751e128904e7f73cf4f7dc7b4e95334b41..b579281519934554f655ab4abec2a547bbb1ec86 100644 --- a/NON-APPROVED/TS2/ts2-cryomodule/controllers_overview.bob +++ b/NON-APPROVED/TS2/ts2-cryomodule/controllers_overview.bob @@ -48,8 +48,8 @@ </widget> <widget type="label" version="2.0.0"> <name>SS_LABEL</name> - <text>SS</text> - <x>440</x> + <text>REG</text> + <x>436</x> <y>70</y> <width>40</width> <font> @@ -109,7 +109,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_1</name> - <pv_name>TS2-010CDL:Cryo-PID-CV01:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV01:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -225,7 +225,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_3</name> - <pv_name>TS2-010CDL:Cryo-PID-CV02:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV02:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -341,7 +341,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_4</name> - <pv_name>TS2-010CDL:Cryo-PID-CV03:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV03:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -457,7 +457,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_5</name> - <pv_name>TS2-010CDL:Cryo-PID-CV04:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV04:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -573,7 +573,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_6</name> - <pv_name>TS2-010CDL:Cryo-PID-CV05:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV05:Regulation</pv_name> <x>310</x> <y>7</y> <off_color> @@ -689,7 +689,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_7</name> - <pv_name>TS2-010CDL:Cryo-PID-CV06:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV06:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -805,7 +805,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_8</name> - <pv_name>TS2-010CDL:Cryo-PID-CV07:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV07:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -921,7 +921,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_9</name> - <pv_name>TS2-010CDL:Cryo-PID-CV60:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV60:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -1038,7 +1038,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_14</name> - <pv_name>TS2-010CDL:Cryo-PID-CV61:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV61:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -1155,7 +1155,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_15</name> - <pv_name>TS2-010CDL:Cryo-PID-CV62:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV62:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -1272,7 +1272,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_16</name> - <pv_name>TS2-010CDL:Cryo-PID-CV63:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV63:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -1389,7 +1389,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_17</name> - <pv_name>TS2-010CDL:Cryo-PID-CV64:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV64:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -1552,7 +1552,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_10</name> - <pv_name>TS2-010CDL:Cryo-PID-CV71:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-CV71:Regulation</pv_name> <x>310</x> <y>7</y> <off_color> @@ -1623,7 +1623,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_11</name> - <pv_name>TS2-010CDL:Cryo-PID-EH10:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH10:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -1739,7 +1739,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_12</name> - <pv_name>TS2-010CDL:Cryo-PID-EH20:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH20:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -1855,7 +1855,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_13</name> - <pv_name>TS2-010CDL:Cryo-PID-EH30:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH30:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -1971,7 +1971,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_22</name> - <pv_name>TS2-010CDL:Cryo-PID-EH40:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH40:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -2087,7 +2087,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_23</name> - <pv_name>TS2-010CDL:Cryo-PID-EH11:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH11:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -2203,7 +2203,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_24</name> - <pv_name>TS2-010CDL:Cryo-PID-EH12:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH12:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -2319,7 +2319,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_18</name> - <pv_name>TS2-010CDL:Cryo-PID-EH21:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH21:Regulation</pv_name> <x>310</x> <y>7</y> <off_color> @@ -2435,7 +2435,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_19</name> - <pv_name>TS2-010CDL:Cryo-PID-EH22:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH22:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -2551,7 +2551,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_20</name> - <pv_name>TS2-010CDL:Cryo-PID-EH31:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH31:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -2667,7 +2667,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_21</name> - <pv_name>TS2-010CDL:Cryo-PID-EH32:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH32:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -2783,7 +2783,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_25</name> - <pv_name>TS2-010CDL:Cryo-PID-EH41:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH41:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -2899,7 +2899,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_26</name> - <pv_name>TS2-010CDL:Cryo-PID-EH42:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH42:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -3015,7 +3015,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_27</name> - <pv_name>TS2-010CDL:Cryo-PID-EH13:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH13:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -3131,7 +3131,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_28</name> - <pv_name>TS2-010CDL:Cryo-PID-EH23:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH23:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -3247,7 +3247,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_29</name> - <pv_name>TS2-010CDL:Cryo-PID-EH33:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH33:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -3363,7 +3363,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_30</name> - <pv_name>TS2-010CDL:Cryo-PID-EH43:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH43:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -3479,7 +3479,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_31</name> - <pv_name>TS2-010CDL:Cryo-PID-EH60:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH60:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> @@ -3595,7 +3595,7 @@ </widget> <widget type="led" version="2.0.0"> <name>SS_led_32</name> - <pv_name>TS2-010CDL:Cryo-PID-EH61:FB_SS_State</pv_name> + <pv_name>TS2-010CDL:Cryo-PID-EH61:Regulation</pv_name> <x>310</x> <y>5</y> <off_color> diff --git a/NON-APPROVED/TS2/ts2-wtrc/ts2-wtrc.bob b/NON-APPROVED/TS2/ts2-wtrc/ts2-wtrc.bob index 257838636dfb8cfeb4dc6df0953bd0f3554d4abb..0bdb5c8ef9710b8772b063632b7c06a66a4ee492 100644 --- a/NON-APPROVED/TS2/ts2-wtrc/ts2-wtrc.bob +++ b/NON-APPROVED/TS2/ts2-wtrc/ts2-wtrc.bob @@ -1321,6 +1321,13 @@ </widget> <widget type="action_button" version="3.0.0"> <name>Action Button</name> + <actions> + <action type="open_display"> + <file>CWM-CWS05/10-Top/Overview.bob</file> + <target>window</target> + <description>Open Display</description> + </action> + </actions> <text>Expert</text> <x>950</x> <y>10</y> diff --git a/NON-APPROVED/lebt-010_vac/LEBT.bob b/NON-APPROVED/lebt-010_vac/LEBT.bob index d32dcdc71b8fa421844e48d5bce444d04720ce2c..5d661d83c5f58be710af61089cdb3cba1fdaed45 100644 --- a/NON-APPROVED/lebt-010_vac/LEBT.bob +++ b/NON-APPROVED/lebt-010_vac/LEBT.bob @@ -42,7 +42,7 @@ <action type="open_display"> <file>Trending LEBT-010 VGC.bob</file> <target>tab</target> - <description>Open Display</description> + <description>Open VGC Trends</description> </action> </actions> <text>Open @@ -67,8 +67,8 @@ VGC Trends</text> <actions> <action type="open_display"> <file>diagnostics.bob</file> - <target>standalone</target> - <description>Open Display</description> + <target>window</target> + <description>Open Diagnostics</description> </action> </actions> <text>Open @@ -93,8 +93,8 @@ Diagnostics</text> <actions> <action type="open_display"> <file>$(WIDGET_ROOT)/COMMON/legend.bob</file> - <target>standalone</target> - <description>Open Display</description> + <target>window</target> + <description>Open Legend</description> </action> </actions> <text>Open @@ -134,10 +134,10 @@ Legend</text> </widget> <widget type="embedded" version="2.0.0"> <name>Hydrogen bottle</name> - <file>$(WIDGET_ROOT)/gas-cylinder/gas-cylinder.bob</file> <macros> <Gas>H2</Gas> </macros> + <file>$(WIDGET_ROOT)/gas-cylinder/gas-cylinder.bob</file> <x>63</x> <y>555</y> <width>38</width> @@ -149,11 +149,6 @@ Legend</text> <y>102</y> <width>300</width> <height>539</height> - <line_color> - <color name="Grid" red="169" green="169" blue="169"> - </color> - </line_color> - <line_style>1</line_style> <points> <point x="300.0" y="0.0"> </point> @@ -162,6 +157,11 @@ Legend</text> <point x="0.0" y="539.0"> </point> </points> + <line_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </line_color> + <line_style>1</line_style> </widget> <widget type="polyline" version="2.0.0"> <name>From Hydrogen</name> @@ -343,17 +343,17 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVMC-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvmc/vac_vvmc.bob</file> <macros> <CONTROLLER>ISrc-$(SUBSEC):$(DIS)-VEVMC-01100</CONTROLLER> <DEV>VVMC</DEV> <IDX>01100</IDX> <SEC>ISrc</SEC> </macros> + <file>$(WIDGET_ROOT)/vvmc/vac_vvmc.bob</file> <x>144</x> <y>424</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="label" version="2.0.0"> @@ -377,17 +377,16 @@ pvSymbol.write(colorID); <y>507</y> <width>50</width> <height>1</height> - <arrows>2</arrows> <points> <point x="0.0" y="0.0"> </point> <point x="50.0" y="0.0"> </point> </points> + <arrows>2</arrows> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgd/vac_vgd.bob</file> <macros> <CONTROLLER>ISrc-$(SUBSEC):$(DIS)-VEVMC-01100</CONTROLLER> <DEV>VGD</DEV> @@ -395,10 +394,11 @@ pvSymbol.write(colorID); <PIPE_RIGHT>true</PIPE_RIGHT> <SEC>ISrc</SEC> </macros> + <file>$(WIDGET_ROOT)/vgd/vac_vgd.bob</file> <x>144</x> <y>532</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="polyline" version="2.0.0"> @@ -473,10 +473,10 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>Nitrogen bottle</name> - <file>$(WIDGET_ROOT)/gas-cylinder/gas-cylinder.bob</file> <macros> <Gas>N2</Gas> </macros> + <file>$(WIDGET_ROOT)/gas-cylinder/gas-cylinder.bob</file> <x>775</x> <y>406</y> <width>38</width> @@ -639,16 +639,16 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVM-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <macros> <DEV>VVM</DEV> <IDX>00021</IDX> <PIPE_RIGHT>true</PIPE_RIGHT> </macros> + <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <x>140</x> <y>764</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="label" version="2.0.0"> @@ -667,7 +667,6 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-00011</CONTROLLER> <DEV>VGP</DEV> @@ -676,30 +675,30 @@ pvSymbol.write(colorID); <RELAY1_DESC>Process PLC: Manifold under vacuum</RELAY1_DESC> <RELAY2_DESC>Process PLC: (VVA-02100 + VVA-03100) Local protection</RELAY2_DESC> </macros> + <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <x>246</x> <y>690</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <macros> <DEV>VVA</DEV> <IDX>02100</IDX> <PIPE_BELOW>true</PIPE_BELOW> <PIPE_RIGHT>true</PIPE_RIGHT> </macros> + <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <x>334</x> <y>612</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VPT-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpt/vac_vpt.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPT-$(IDX)</CONTROLLER> <DEV>VPT</DEV> @@ -707,15 +706,15 @@ pvSymbol.write(colorID); <PIPE_ABOVE>true</PIPE_ABOVE> <PIPE_BELOW>true</PIPE_BELOW> </macros> + <file>$(WIDGET_ROOT)/vpt/vac_vpt.bob</file> <x>433</x> <y>535</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VPT-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpt/vac_vpt.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPT-$(IDX)</CONTROLLER> <DEV>VPT</DEV> @@ -723,15 +722,15 @@ pvSymbol.write(colorID); <PIPE_ABOVE>true</PIPE_ABOVE> <PIPE_BELOW>true</PIPE_BELOW> </macros> + <file>$(WIDGET_ROOT)/vpt/vac_vpt.bob</file> <x>579</x> <y>535</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <macros> <DEV>VVA</DEV> <IDX>03100</IDX> @@ -739,45 +738,45 @@ pvSymbol.write(colorID); <PIPE_LEFT>true</PIPE_LEFT> <ROTATION>90</ROTATION> </macros> + <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <x>689</x> <y>612</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vva/vac_straight-vva.bob</file> <macros> <BYPASS>true</BYPASS> <DEV>VVA</DEV> <IDX>00041</IDX> <PIPE_HORIZONTAL>true</PIPE_HORIZONTAL> </macros> + <file>$(WIDGET_ROOT)/vva/vac_straight-vva.bob</file> <x>912</x> <y>764</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <macros> <DEV>VVA</DEV> <IDX>01100</IDX> <PIPE_BELOW>true</PIPE_BELOW> <PIPE_RIGHT>true</PIPE_RIGHT> </macros> + <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <x>723</x> <y>118</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <macros> <DEV>VVA</DEV> <IDX>00031</IDX> @@ -785,43 +784,43 @@ pvSymbol.write(colorID); <PIPE_LEFT>true</PIPE_LEFT> <ROTATION>90</ROTATION> </macros> + <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <x>546</x> <y>826</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VPDP-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpp-vpdp/vac_vpp-vpdp.bob</file> <macros> <DEV>VPDP</DEV> <IDX>00031</IDX> <PIPE_ABOVE>true</PIPE_ABOVE> </macros> + <file>$(WIDGET_ROOT)/vpp-vpdp/vac_vpp-vpdp.bob</file> <x>546</x> <y>900</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVS-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvs/vac_vvs.bob</file> <macros> <DEV>VVS</DEV> <IDX>20000</IDX> <PIPE_HORIZONTAL>true</PIPE_HORIZONTAL> </macros> + <file>$(WIDGET_ROOT)/vvs/vac_vvs.bob</file> <x>1161</x> <y>482</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-10001</CONTROLLER> <DEV>VGC</DEV> @@ -832,15 +831,15 @@ pvSymbol.write(colorID); <RELAY3_DESC>Process PLC: Gas Injection VVA Interlock</RELAY3_DESC> <RELAY4_DESC><not wired></RELAY4_DESC> </macros> + <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <x>462</x> <y>329</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-10001</CONTROLLER> <DEV>VGP</DEV> @@ -849,29 +848,29 @@ pvSymbol.write(colorID); <RELAY1_DESC>Process PLC: Atmospheric pressure</RELAY1_DESC> <RELAY2_DESC>Process PLC: "Vacuum" -> Threshold to start the VPTs</RELAY2_DESC> </macros> + <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <x>325</x> <y>329</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgr/vac_vgr.bob</file> <macros> <DEV>VGR</DEV> <IDX>10000</IDX> <PIPE_LEFT>true</PIPE_LEFT> </macros> + <file>$(WIDGET_ROOT)/vgr/vac_vgr.bob</file> <x>462</x> <y>402</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgd/vac_vgd.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEVMC-10001</CONTROLLER> <DEV>VGD</DEV> @@ -880,39 +879,40 @@ pvSymbol.write(colorID); <RELAY1_DESC>Interlock PLC: Not used</RELAY1_DESC> <RELAY2_DESC>Process PLC: Not used</RELAY2_DESC> </macros> + <file>$(WIDGET_ROOT)/vgd/vac_vgd.bob</file> <x>389</x> <y>257</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVMC-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvmc/vac_vvmc.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEVMC-10001</CONTROLLER> <DEV>VVMC</DEV> <IDX>01100</IDX> </macros> + <file>$(WIDGET_ROOT)/vvmc/vac_vvmc.bob</file> <x>856</x> <y>103</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVM-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvm/vac_straight-vvm.bob</file> <macros> <DEV>VVM</DEV> <IDX>00012</IDX> <PIPE_VERTICAL>true</PIPE_VERTICAL> <ROTATION>270</ROTATION> </macros> + <file>$(WIDGET_ROOT)/vvm/vac_straight-vvm.bob</file> <x>723</x> <y>189</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="label" version="2.0.0"> @@ -931,17 +931,17 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVM-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvm/vac_straight-vvm.bob</file> <macros> <DEV>VVM</DEV> <IDX>00011</IDX> <PIPE_VERTICAL>true</PIPE_VERTICAL> <ROTATION>270</ROTATION> </macros> + <file>$(WIDGET_ROOT)/vvm/vac_straight-vvm.bob</file> <x>723</x> <y>331</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="label" version="2.0.0"> @@ -960,7 +960,6 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVM-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <macros> <DEV>VVM</DEV> <IDX>01100</IDX> @@ -968,24 +967,25 @@ pvSymbol.write(colorID); <PIPE_LEFT>true</PIPE_LEFT> <ROTATION>90</ROTATION> </macros> + <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <x>989</x> <y>118</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVM-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <macros> <DEV>VVM</DEV> <IDX>10000</IDX> <PIPE_RIGHT>true</PIPE_RIGHT> </macros> + <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <x>325</x> <y>402</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="label" version="2.0.0"> @@ -1004,17 +1004,17 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <macros> <DEV>VVA</DEV> <IDX>00071</IDX> <PIPE_BELOW>true</PIPE_BELOW> <PIPE_RIGHT>true</PIPE_RIGHT> </macros> + <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <x>1465</x> <y>826</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> <border_color> <color red="0" green="128" blue="255"> @@ -1023,17 +1023,17 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <macros> <DEV>VVA</DEV> <IDX>06100</IDX> <PIPE_BELOW>true</PIPE_BELOW> <PIPE_RIGHT>true</PIPE_RIGHT> </macros> + <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <x>1330</x> <y>608</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> <border_color> <color red="0" green="128" blue="255"> @@ -1042,7 +1042,6 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <macros> <DEV>VVA</DEV> <IDX>07100</IDX> @@ -1050,10 +1049,11 @@ pvSymbol.write(colorID); <PIPE_LEFT>true</PIPE_LEFT> <ROTATION>90</ROTATION> </macros> + <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <x>1762</x> <y>608</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> <border_color> <color red="0" green="128" blue="255"> @@ -1062,16 +1062,16 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VPDP-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpp-vpdp/vac_vpp-vpdp.bob</file> <macros> <DEV>VPDP</DEV> <IDX>00071</IDX> <PIPE_ABOVE>true</PIPE_ABOVE> </macros> + <file>$(WIDGET_ROOT)/vpp-vpdp/vac_vpp-vpdp.bob</file> <x>1465</x> <y>900</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> <border_color> <color red="0" green="128" blue="255"> @@ -1080,7 +1080,6 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VPT-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpt/vac_vpt.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPT-$(IDX)</CONTROLLER> <DEV>VPT</DEV> @@ -1088,10 +1087,11 @@ pvSymbol.write(colorID); <PIPE_ABOVE>true</PIPE_ABOVE> <PIPE_BELOW>true</PIPE_BELOW> </macros> + <file>$(WIDGET_ROOT)/vpt/vac_vpt.bob</file> <x>1465</x> <y>535</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> <border_color> <color red="0" green="128" blue="255"> @@ -1100,7 +1100,6 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VPT-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpt/vac_vpt.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPT-$(IDX)</CONTROLLER> <DEV>VPT</DEV> @@ -1108,10 +1107,11 @@ pvSymbol.write(colorID); <PIPE_ABOVE>true</PIPE_ABOVE> <PIPE_BELOW>true</PIPE_BELOW> </macros> + <file>$(WIDGET_ROOT)/vpt/vac_vpt.bob</file> <x>1627</x> <y>535</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> <border_color> <color red="0" green="128" blue="255"> @@ -1120,7 +1120,6 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-10001</CONTROLLER> <DEV>VGC</DEV> @@ -1131,10 +1130,11 @@ pvSymbol.write(colorID); <RELAY3_DESC>Process PLC: Not used</RELAY3_DESC> <RELAY4_DESC><not wired></RELAY4_DESC> </macros> + <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <x>1756</x> <y>329</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> <border_color> <color red="0" green="128" blue="255"> @@ -1143,7 +1143,6 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-10001</CONTROLLER> <DEV>VGP</DEV> @@ -1152,10 +1151,11 @@ pvSymbol.write(colorID); <RELAY1_DESC>Process PLC: Atmospheric pressure</RELAY1_DESC> <RELAY2_DESC>Process PLC: "Vacuum" -> Threshold to start the VPTs</RELAY2_DESC> </macros> + <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <x>1619</x> <y>329</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> <border_color> <color red="0" green="128" blue="255"> @@ -1164,16 +1164,16 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVM-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <macros> <DEV>VVM</DEV> <IDX>30000</IDX> <PIPE_RIGHT>true</PIPE_RIGHT> </macros> + <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <x>1619</x> <y>402</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="label" version="2.0.0"> @@ -1192,20 +1192,19 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVS-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvs/vac_vvs.bob</file> <macros> <DEV>VVS</DEV> <IDX>40000</IDX> </macros> + <file>$(WIDGET_ROOT)/vvs/vac_vvs.bob</file> <x>1992</x> <y>482</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-00011</CONTROLLER> <DEV>VGP</DEV> @@ -1214,10 +1213,11 @@ pvSymbol.write(colorID); <RELAY1_DESC>Process PLC: Manifold under vacuum</RELAY1_DESC> <RELAY2_DESC>Process PLC: (VVA-06100 + VVA-07100) Local protection</RELAY2_DESC> </macros> + <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <x>1896</x> <y>717</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> <border_color> <color red="0" green="128" blue="255"> @@ -1226,17 +1226,17 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VVM-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <macros> <DEV>VVM</DEV> <IDX>00081</IDX> <PIPE_LEFT>true</PIPE_LEFT> <ROTATION>90</ROTATION> </macros> + <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <x>2031</x> <y>764</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> <border_color> <color red="0" green="128" blue="255"> @@ -1259,28 +1259,28 @@ pvSymbol.write(colorID); </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpg/vac-vpg.bob</file> <macros> <DEV>VPG</DEV> <IDX>10001</IDX> </macros> + <file>$(WIDGET_ROOT)/vpg/vac-vpg.bob</file> <x>720</x> <y>850</y> - <width>318</width> - <height>302</height> + <width>320</width> + <height>304</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpg/vac-vpg.bob</file> <macros> <DEV>VPG</DEV> <IDX>20001</IDX> </macros> + <file>$(WIDGET_ROOT)/vpg/vac-vpg.bob</file> <x>1682</x> <y>850</y> - <width>318</width> - <height>302</height> + <width>320</width> + <height>304</height> <resize>2</resize> </widget> </display> diff --git a/NON-APPROVED/mebt-010_vac/MEBT.bob b/NON-APPROVED/mebt-010_vac/MEBT.bob index b69a204a1feec6ce667ce7c080080ca0dae15667..d3c14f174c760a1c0ded858f2440b50e838ee58f 100644 --- a/NON-APPROVED/mebt-010_vac/MEBT.bob +++ b/NON-APPROVED/mebt-010_vac/MEBT.bob @@ -9,7 +9,7 @@ <WIDGET_ROOT>$(ROOT)/COMMON/DEVICES/vacuum</WIDGET_ROOT> </macros> <width>1800</width> - <height>1100</height> + <height>1000</height> <background_color> <color name="BACKGROUND" red="220" green="225" blue="221"> </color> @@ -41,7 +41,7 @@ <action type="open_display"> <file>Trending MEBT VGC.bob</file> <target>tab</target> - <description>Open Display</description> + <description>Open VGC Trends</description> </action> </actions> <text>Open @@ -66,8 +66,8 @@ VGC Trends</text> <actions> <action type="open_display"> <file>diagnostics.bob</file> - <target>standalone</target> - <description>Open Display</description> + <target>window</target> + <description>Open Diagnostics</description> </action> </actions> <text>Open @@ -92,8 +92,8 @@ Diagnostics</text> <actions> <action type="open_display"> <file>$(WIDGET_ROOT)/COMMON/legend.bob</file> - <target>standalone</target> - <description>Open Display</description> + <target>window</target> + <description>Open Legend</description> </action> </actions> <text>Open @@ -138,24 +138,23 @@ Legend</text> <name>$(SEC)-$(SECTOR) Separator</name> <width>300</width> <height>500</height> - <line_color> - <color name="Grid" red="169" green="169" blue="169"> - </color> - </line_color> - <line_style>1</line_style> <points> <point x="300.0" y="0.0"> </point> <point x="300.0" y="500.0"> </point> </points> + <line_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </line_color> + <line_style>1</line_style> </widget> <widget type="label" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> - <text>$(SEC)-$(SECTOR)</text> - <x>70</x> + <text>Buncher 1</text> <y>50</y> - <width>160</width> + <width>300</width> <height>50</height> <font> <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> @@ -169,7 +168,7 @@ Legend</text> <vertical_alignment>1</vertical_alignment> </widget> <widget type="polyline" version="2.0.0"> - <name>Pipe MEBT-$(SECTOR)</name> + <name>Pipe VGP-VPI</name> <x>75</x> <y>210</y> <width>133</width> @@ -187,7 +186,6 @@ Legend</text> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-10001</CONTROLLER> <DEV>VGC</DEV> @@ -198,15 +196,15 @@ Legend</text> <RELAY3_DESC>Process PLC: Not used</RELAY3_DESC> <RELAY4_DESC><not wired></RELAY4_DESC> </macros> + <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <x>75</x> <y>140</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpi/vac_vpi.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPI-10001</CONTROLLER> <DEV>VPI</DEV> @@ -214,10 +212,11 @@ Legend</text> <PIPE_ABOVE>true</PIPE_ABOVE> <PIPE_BELOW>false</PIPE_BELOW> </macros> + <file>$(WIDGET_ROOT)/vpi/vac_vpi.bob</file> <x>95</x> <y>290</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> </widget> @@ -228,31 +227,31 @@ Legend</text> </macros> <x>300</x> <y>100</y> - <height>500</height> + <width>600</width> + <height>700</height> <style>3</style> <transparent>true</transparent> <widget type="polyline" version="2.0.0"> <name>$(SEC)-$(SECTOR) Separator</name> - <width>300</width> + <width>600</width> <height>500</height> + <points> + <point x="600.0" y="0.0"> + </point> + <point x="600.0" y="500.0"> + </point> + </points> <line_color> <color name="Grid" red="169" green="169" blue="169"> </color> </line_color> <line_style>1</line_style> - <points> - <point x="300.0" y="0.0"> - </point> - <point x="300.0" y="500.0"> - </point> - </points> </widget> <widget type="label" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> - <text>$(SEC)-$(SECTOR)</text> - <x>70</x> + <text>Chopper</text> <y>50</y> - <width>160</width> + <width>600</width> <height>50</height> <font> <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> @@ -266,7 +265,7 @@ Legend</text> <vertical_alignment>1</vertical_alignment> </widget> <widget type="polyline" version="2.0.0"> - <name>Pipe MEBT-$(SECTOR)</name> + <name>Pipe VGP-VPI</name> <x>75</x> <y>210</y> <width>133</width> @@ -284,7 +283,6 @@ Legend</text> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-10001</CONTROLLER> <DEV>VGP</DEV> @@ -293,15 +291,15 @@ Legend</text> <RELAY1_DESC>Process PLC: Atmospheric pressure</RELAY1_DESC> <RELAY2_DESC>Process PLC: "Vacuum" -> Threshold to start the VPTs</RELAY2_DESC> </macros> + <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <x>75</x> <y>140</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpi/vac_vpi.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPI-10001</CONTROLLER> <DEV>VPI</DEV> @@ -309,144 +307,12 @@ Legend</text> <PIPE_ABOVE>true</PIPE_ABOVE> <PIPE_BELOW>false</PIPE_BELOW> </macros> - <x>95</x> - <y>290</y> - <width>131</width> - <height>68</height> - <resize>2</resize> - </widget> - </widget> - <widget type="group" version="2.0.0"> - <name>$(SEC)-$(SECTOR)</name> - <macros> - <SECTOR>03</SECTOR> - </macros> - <x>600</x> - <y>100</y> - <width>600</width> - <height>950</height> - <style>3</style> - <transparent>true</transparent> - <widget type="polyline" version="2.0.0"> - <name>$(SEC)-$(SECTOR) Separator</name> - <width>600</width> - <height>500</height> - <line_color> - <color name="Grid" red="169" green="169" blue="169"> - </color> - </line_color> - <line_style>1</line_style> - <points> - <point x="600.0" y="0.0"> - </point> - <point x="600.0" y="500.0"> - </point> - </points> - </widget> - <widget type="label" version="2.0.0"> - <name>$(SEC)-$(SECTOR)</name> - <text>$(SEC)-$(SECTOR)</text> - <x>210</x> - <y>50</y> - <width>160</width> - <height>50</height> - <font> - <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> - </font> - </font> - <foreground_color> - <color name="Grid" red="169" green="169" blue="169"> - </color> - </foreground_color> - <horizontal_alignment>1</horizontal_alignment> - <vertical_alignment>1</vertical_alignment> - </widget> - <widget type="polyline" version="2.0.0"> - <name>Pipe VPI</name> - <x>75</x> - <y>250</y> - <width>133</width> - <height>40</height> - <points> - <point x="71.0" y="0.0"> - </point> - <point x="71.0" y="40.0"> - </point> - </points> - </widget> - <widget type="embedded" version="2.0.0"> - <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> <file>$(WIDGET_ROOT)/vpi/vac_vpi.bob</file> - <macros> - <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPI-20001</CONTROLLER> - <DEV>VPI</DEV> - <IDX>50000</IDX> - <PIPE_ABOVE>true</PIPE_ABOVE> - <PIPE_BELOW>false</PIPE_BELOW> - </macros> - <x>75</x> + <x>95</x> <y>290</y> - <width>131</width> - <height>68</height> - <resize>2</resize> - </widget> - <widget type="polyline" version="2.0.0"> - <name>Pipe $(SEC)-$(SECTOR)</name> - <x>375</x> - <y>210</y> <width>133</width> - <height>520</height> - <points> - <point x="91.0" y="0.0"> - </point> - <point x="91.0" y="40.0"> - </point> - <point x="71.0" y="40.0"> - </point> - <point x="71.0" y="520.0"> - </point> - </points> - </widget> - <widget type="embedded" version="2.0.0"> - <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vbd/vac_vbd.bob</file> - <macros> - <DEV>VBD</DEV> - <IDX>10000</IDX> - </macros> - <x>395</x> - <y>140</y> - <width>131</width> - <height>68</height> - <resize>2</resize> - </widget> - <widget type="embedded" version="2.0.0"> - <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvg/vac_vvg.bob</file> - <macros> - <DEV>VVG</DEV> - <IDX>01100</IDX> - <PIPE_VERTICAL>true</PIPE_VERTICAL> - <ROTATION>270</ROTATION> - </macros> - <x>375</x> - <y>290</y> - <width>131</width> - <height>68</height> - <resize>2</resize> - </widget> - <widget type="polyline" version="2.0.0"> - <name>Pipe Venting</name> - <x>343</x> - <y>500</y> - <width>103</width> <height>70</height> - <points> - <point x="0.0" y="25.0"> - </point> - <point x="103.0" y="25.0"> - </point> - </points> + <resize>2</resize> </widget> <widget type="group" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DEV)-$(IDX) Venting</name> @@ -454,20 +320,20 @@ Legend</text> <DEV>VVM</DEV> <IDX>01100</IDX> </macros> - <x>210</x> - <y>500</y> + <x>280</x> + <y>130</y> <width>133</width> <height>88</height> <style>3</style> <transparent>true</transparent> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> <macros> <PIPE_RIGHT>true</PIPE_RIGHT> </macros> - <width>131</width> - <height>68</height> + <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="label" version="2.0.0"> @@ -485,28 +351,55 @@ Legend</text> <auto_size>true</auto_size> </widget> </widget> + <widget type="polyline" version="2.0.0"> + <name>Pipe Venting</name> + <x>413</x> + <y>130</y> + <width>30</width> + <height>118</height> + <points> + <point x="0.0" y="25.0"> + </point> + <point x="30.0" y="25.0"> + </point> + <point x="30.0" y="118.0"> + </point> + </points> + </widget> + <widget type="polyline" version="2.0.0"> + <name>Pipe VVG-VPDP</name> + <x>159</x> + <y>248</y> + <width>330</width> + <height>370</height> + <points> + <point x="262.0" y="0.0"> + </point> + <point x="262.0" y="185.0"> + </point> + <point x="71.0" y="185.0"> + </point> + <point x="71.0" y="370.0"> + </point> + </points> + </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <macros> - <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-01100</CONTROLLER> - <DEV>VGC</DEV> + <DEV>VVG</DEV> <IDX>01100</IDX> - <PIPE_LEFT>true</PIPE_LEFT> - <RELAY1_DESC><not wired></RELAY1_DESC> - <RELAY2_DESC>Process PLC: Not used</RELAY2_DESC> - <RELAY3_DESC>Process PLC: Not used</RELAY3_DESC> - <RELAY4_DESC><not wired></RELAY4_DESC> + <PIPE_VERTICAL>true</PIPE_VERTICAL> + <ROTATION>270</ROTATION> </macros> - <x>448</x> - <y>560</y> - <width>131</width> - <height>68</height> + <file>$(WIDGET_ROOT)/vvg/vac_vvg.bob</file> + <x>350</x> + <y>288</y> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-01100</CONTROLLER> <DEV>VGP</DEV> @@ -515,15 +408,15 @@ Legend</text> <RELAY1_DESC>Process PLC: Atmospheric pressure</RELAY1_DESC> <RELAY2_DESC>Process PLC: Not used</RELAY2_DESC> </macros> - <x>311</x> - <y>630</y> - <width>131</width> - <height>68</height> + <file>$(WIDGET_ROOT)/vgp/vac_vgp.bob</file> + <x>95</x> + <y>508</y> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-VPT-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpt/vac_vpt.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPT-$(IDX)</CONTROLLER> <DEV>VPT</DEV> @@ -531,30 +424,15 @@ Legend</text> <PIPE_ABOVE>true</PIPE_ABOVE> <PIPE_LEFT>true</PIPE_LEFT> </macros> - <x>375</x> - <y>730</y> - <width>131</width> - <height>68</height> + <file>$(WIDGET_ROOT)/vpt/vac_vpt.bob</file> + <x>350</x> + <y>408</y> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> - <widget type="polyline" version="2.0.0"> - <name>Pipe $(SEC)-$(SUBSEC) Pumps</name> - <x>150</x> - <y>730</y> - <width>225</width> - <height>110</height> - <points> - <point x="225.0" y="25.0"> - </point> - <point x="71.0" y="25.0"> - </point> - <point x="71.0" y="110.0"> - </point> - </points> - </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> <macros> <DEV>VVA</DEV> <IDX>00011</IDX> @@ -562,86 +440,47 @@ Legend</text> <PIPE_RIGHT>true</PIPE_RIGHT> <ROTATION>0</ROTATION> </macros> - <x>150</x> - <y>730</y> - <width>131</width> - <height>68</height> + <file>$(WIDGET_ROOT)/vva/vac_angle-vva.bob</file> + <x>159</x> + <y>408</y> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpp-vpdp/vac_vpp-vpdp.bob</file> <macros> <DEV>VPDP</DEV> <IDX>00011</IDX> <PIPE_ABOVE>true</PIPE_ABOVE> </macros> - <x>150</x> - <y>840</y> - <width>131</width> - <height>68</height> + <file>$(WIDGET_ROOT)/vpp-vpdp/vac_vpp-vpdp.bob</file> + <x>159</x> + <y>598</y> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> - <widget type="polyline" version="2.0.0"> - <name>Pipe Leak Testing</name> - <x>330</x> - <y>730</y> - <width>45</width> - <height>170</height> - <points> - <point x="0.0" y="25.0"> - </point> - <point x="0.0" y="125.0"> - </point> - <point x="45.0" y="125.0"> - </point> - </points> - </widget> - <widget type="group" version="2.0.0"> - <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX) Leak Testing</name> + <widget type="embedded" version="2.0.0"> + <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> <macros> - <DEV>VVM</DEV> - <IDX>00011</IDX> + <DEV>VBD</DEV> + <IDX>10000</IDX> </macros> - <x>375</x> - <y>830</y> + <file>$(WIDGET_ROOT)/vbd/vac_vbd.bob</file> + <x>460</x> + <y>178</y> <width>133</width> - <height>87</height> - <style>3</style> - <transparent>true</transparent> - <widget type="embedded" version="2.0.0"> - <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vvm/vac_angle-vvm.bob</file> - <macros> - <PIPE_LEFT>true</PIPE_LEFT> - <ROTATION>90</ROTATION> - </macros> - <width>131</width> - <height>68</height> - <resize>2</resize> - </widget> - <widget type="label" version="2.0.0"> - <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX) Leak Testing</name> - <text>Leak Testing</text> - <x>28</x> - <y>71</y> - <width>87</width> - <height>16</height> - <font> - <font name="TINY-MONO-PLAIN" family="Source Code Pro" style="REGULAR" size="12.0"> - </font> - </font> - <horizontal_alignment>1</horizontal_alignment> - <auto_size>true</auto_size> - </widget> + <height>70</height> + <resize>2</resize> </widget> </widget> <widget type="group" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> <macros> - <SECTOR>04</SECTOR> + <SECTOR>03</SECTOR> </macros> - <x>1200</x> + <x>900</x> <y>100</y> <height>500</height> <style>3</style> @@ -650,24 +489,23 @@ Legend</text> <name>$(SEC)-$(SECTOR) Separator</name> <width>300</width> <height>500</height> - <line_color> - <color name="Grid" red="169" green="169" blue="169"> - </color> - </line_color> - <line_style>1</line_style> <points> <point x="300.0" y="0.0"> </point> <point x="300.0" y="500.0"> </point> </points> + <line_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </line_color> + <line_style>1</line_style> </widget> <widget type="label" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> - <text>$(SEC)-$(SECTOR)</text> - <x>70</x> + <text>Buncher 2</text> <y>50</y> - <width>160</width> + <width>300</width> <height>50</height> <font> <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> @@ -699,7 +537,6 @@ Legend</text> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-10001</CONTROLLER> <DEV>VGC</DEV> @@ -710,15 +547,15 @@ Legend</text> <RELAY3_DESC>Process PLC: Not used</RELAY3_DESC> <RELAY4_DESC><not wired></RELAY4_DESC> </macros> + <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <x>75</x> <y>140</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpi/vac_vpi.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPI-10001</CONTROLLER> <DEV>VPI</DEV> @@ -726,19 +563,20 @@ Legend</text> <PIPE_ABOVE>true</PIPE_ABOVE> <PIPE_BELOW>false</PIPE_BELOW> </macros> + <file>$(WIDGET_ROOT)/vpi/vac_vpi.bob</file> <x>95</x> <y>290</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> </widget> <widget type="group" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> <macros> - <SECTOR>05</SECTOR> + <SECTOR>04</SECTOR> </macros> - <x>1500</x> + <x>1200</x> <y>100</y> <height>500</height> <style>3</style> @@ -747,24 +585,96 @@ Legend</text> <name>$(SEC)-$(SECTOR) Separator</name> <width>300</width> <height>500</height> + <points> + <point x="300.0" y="0.0"> + </point> + <point x="300.0" y="500.0"> + </point> + </points> <line_color> <color name="Grid" red="169" green="169" blue="169"> </color> </line_color> <line_style>1</line_style> + </widget> + <widget type="label" version="2.0.0"> + <name>$(SEC)-$(SECTOR)</name> + <text>Raft 6</text> + <y>50</y> + <width>300</width> + <height>50</height> + <font> + <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> + </font> + </font> + <foreground_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </foreground_color> + <horizontal_alignment>1</horizontal_alignment> + <vertical_alignment>1</vertical_alignment> + </widget> + <widget type="polyline" version="2.0.0"> + <name>Pipe VPI</name> + <x>80</x> + <y>250</y> + <width>133</width> + <height>40</height> + <points> + <point x="71.0" y="0.0"> + </point> + <point x="71.0" y="40.0"> + </point> + </points> + </widget> + <widget type="embedded" version="2.0.0"> + <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> + <macros> + <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPI-20001</CONTROLLER> + <DEV>VPI</DEV> + <IDX>50000</IDX> + <PIPE_ABOVE>true</PIPE_ABOVE> + <PIPE_BELOW>false</PIPE_BELOW> + </macros> + <file>$(WIDGET_ROOT)/vpi/vac_vpi.bob</file> + <x>80</x> + <y>290</y> + <width>133</width> + <height>70</height> + <resize>2</resize> + </widget> + </widget> + <widget type="group" version="2.0.0"> + <name>$(SEC)-$(SECTOR)</name> + <macros> + <SECTOR>05</SECTOR> + </macros> + <x>1500</x> + <y>100</y> + <height>500</height> + <style>3</style> + <transparent>true</transparent> + <widget type="polyline" version="2.0.0"> + <name>$(SEC)-$(SECTOR) Separator</name> + <width>300</width> + <height>500</height> <points> <point x="300.0" y="0.0"> </point> <point x="300.0" y="500.0"> </point> </points> + <line_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </line_color> + <line_style>1</line_style> </widget> <widget type="label" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> - <text>$(SEC)-$(SECTOR)</text> - <x>70</x> + <text>Buncher 3</text> <y>50</y> - <width>160</width> + <width>300</width> <height>50</height> <font> <font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0"> @@ -796,7 +706,6 @@ Legend</text> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEG-10002</CONTROLLER> <DEV>VGC</DEV> @@ -807,15 +716,15 @@ Legend</text> <RELAY3_DESC>Process PLC: Not used</RELAY3_DESC> <RELAY4_DESC><not wired></RELAY4_DESC> </macros> + <file>$(WIDGET_ROOT)/vgc/vac_vgc.bob</file> <x>75</x> <y>140</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> <widget type="embedded" version="2.0.0"> <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> - <file>$(WIDGET_ROOT)/vpi/vac_vpi.bob</file> <macros> <CONTROLLER>$(SEC)-$(SUBSEC):$(DIS)-VEPI-10001</CONTROLLER> <DEV>VPI</DEV> @@ -823,11 +732,38 @@ Legend</text> <PIPE_ABOVE>true</PIPE_ABOVE> <PIPE_BELOW>false</PIPE_BELOW> </macros> + <file>$(WIDGET_ROOT)/vpi/vac_vpi.bob</file> <x>95</x> <y>290</y> - <width>131</width> - <height>68</height> + <width>133</width> + <height>70</height> <resize>2</resize> </widget> </widget> + <widget type="embedded" version="2.0.0"> + <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> + <macros> + <DEV>VPG</DEV> + <IDX>10001</IDX> + </macros> + <file>$(WIDGET_ROOT)/vpg/vac-vpg.bob</file> + <x>40</x> + <y>650</y> + <width>320</width> + <height>304</height> + <resize>2</resize> + </widget> + <widget type="embedded" version="2.0.0"> + <name>$(SEC)-$(SUBSEC):$(DIS)-$(DEV)-$(IDX)</name> + <macros> + <DEV>VPG</DEV> + <IDX>20001</IDX> + </macros> + <file>$(WIDGET_ROOT)/vpg/vac-vpg.bob</file> + <x>1340</x> + <y>650</y> + <width>320</width> + <height>304</height> + <resize>2</resize> + </widget> </display> diff --git a/NON-APPROVED/rfq-010_vac/RFQ.bob b/NON-APPROVED/rfq-010_vac/RFQ.bob index 6a0ca8e7c23acb316fb7072895383be105af2c32..e866ff8dad48ffbb06693971656022d7900d61a5 100644 --- a/NON-APPROVED/rfq-010_vac/RFQ.bob +++ b/NON-APPROVED/rfq-010_vac/RFQ.bob @@ -41,7 +41,7 @@ <action type="open_display"> <file>Trending RFQ-010 VGC.bob</file> <target>tab</target> - <description>Open Display</description> + <description>Open VGC Trends</description> </action> </actions> <text>Open @@ -66,8 +66,8 @@ VGC Trends</text> <actions> <action type="open_display"> <file>diagnostics.bob</file> - <target>standalone</target> - <description>Open Display</description> + <target>window</target> + <description>Open Diagnostics</description> </action> </actions> <text>Open @@ -92,8 +92,8 @@ Diagnostics</text> <actions> <action type="open_display"> <file>$(WIDGET_ROOT)/COMMON/legend.bob</file> - <target>standalone</target> - <description>Open Display</description> + <target>window</target> + <description>Open Legend</description> </action> </actions> <text>Open @@ -152,17 +152,17 @@ Legend</text> <name>$(SEC)-$(SECTOR) Separator</name> <width>800</width> <height>800</height> - <line_color> - <color red="169" green="169" blue="169" alpha="128"> - </color> - </line_color> - <line_style>2</line_style> <points> <point x="800.0" y="0.0"> </point> <point x="800.0" y="800.0"> </point> </points> + <line_color> + <color red="169" green="169" blue="169" alpha="128"> + </color> + </line_color> + <line_style>2</line_style> </widget> <widget type="label" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> @@ -500,17 +500,17 @@ Legend</text> <name>$(SEC)-$(SECTOR) Separator</name> <width>400</width> <height>800</height> - <line_color> - <color red="169" green="169" blue="169" alpha="128"> - </color> - </line_color> - <line_style>2</line_style> <points> <point x="400.0" y="0.0"> </point> <point x="400.0" y="800.0"> </point> </points> + <line_color> + <color red="169" green="169" blue="169" alpha="128"> + </color> + </line_color> + <line_style>2</line_style> </widget> <widget type="label" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> @@ -640,17 +640,17 @@ Legend</text> <name>$(SEC)-$(SECTOR) Separator</name> <width>300</width> <height>800</height> - <line_color> - <color red="169" green="169" blue="169" alpha="128"> - </color> - </line_color> - <line_style>2</line_style> <points> <point x="300.0" y="0.0"> </point> <point x="300.0" y="800.0"> </point> </points> + <line_color> + <color red="169" green="169" blue="169" alpha="128"> + </color> + </line_color> + <line_style>2</line_style> </widget> <widget type="label" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> @@ -741,17 +741,17 @@ Legend</text> <name>$(SEC)-$(SECTOR) Separator</name> <width>400</width> <height>800</height> - <line_color> - <color red="169" green="169" blue="169" alpha="128"> - </color> - </line_color> - <line_style>2</line_style> <points> <point x="400.0" y="0.0"> </point> <point x="400.0" y="800.0"> </point> </points> + <line_color> + <color red="169" green="169" blue="169" alpha="128"> + </color> + </line_color> + <line_style>2</line_style> </widget> <widget type="label" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> @@ -882,17 +882,17 @@ Legend</text> <name>$(SEC)-$(SECTOR) Separator</name> <width>600</width> <height>800</height> - <line_color> - <color red="169" green="169" blue="169" alpha="128"> - </color> - </line_color> - <line_style>2</line_style> <points> <point x="600.0" y="0.0"> </point> <point x="600.0" y="800.0"> </point> </points> + <line_color> + <color red="169" green="169" blue="169" alpha="128"> + </color> + </line_color> + <line_style>2</line_style> </widget> <widget type="label" version="2.0.0"> <name>$(SEC)-$(SECTOR)</name> @@ -1252,16 +1252,16 @@ Leak Testing</text> <y>300</y> <width>1</width> <height>810</height> - <line_color> - <color name="Grid" red="169" green="169" blue="169"> - </color> - </line_color> - <line_style>1</line_style> <points> <point x="0.0" y="0.0"> </point> <point x="0.0" y="810.0"> </point> </points> + <line_color> + <color name="Grid" red="169" green="169" blue="169"> + </color> + </line_color> + <line_style>1</line_style> </widget> </display>