Skip to content
Snippets Groups Projects
Commit 5e2fa7c3 authored by Krisztián Löki's avatar Krisztián Löki
Browse files

Fixed off-by-one cosmetic bug

parent 4e69459f
No related branches found
No related tags found
1 merge request!42New VVS faceplate
......@@ -10,7 +10,7 @@
<name>Title</name>
<text></text>
<width>910</width>
<height>79</height>
<height>80</height>
<font>
<font name="Title" family="Titillium" style="REGULAR" size="24.752475247524753">
</font>
......@@ -65,7 +65,7 @@
</widget>
<widget type="polyline" version="2.0.0">
<name>Pipe First</name>
<y>506</y>
<y>507</y>
<width>750</width>
<height>1</height>
<points>
......@@ -77,7 +77,7 @@
</widget>
<widget type="polyline" version="2.0.0">
<name>Pipe Second</name>
<y>788</y>
<y>789</y>
<width>773</width>
<height>1</height>
<points>
......@@ -90,7 +90,7 @@
<widget type="polyline" version="2.0.0">
<name>Pipe 99998</name>
<x>141</x>
<y>506</y>
<y>508</y>
<width>135</width>
<height>282</height>
<points>
......@@ -107,7 +107,7 @@
<widget type="polyline" version="2.0.0">
<name>Pipe 99999 VPT-VVA</name>
<x>438</x>
<y>506</y>
<y>508</y>
<width>135</width>
<height>282</height>
<points>
......@@ -124,7 +124,7 @@
<widget type="polyline" version="2.0.0">
<name>Pipe 99999 VGx</name>
<x>494</x>
<y>296</y>
<y>297</y>
<width>1</width>
<height>211</height>
<points>
......@@ -141,10 +141,10 @@
<DEV>VVA</DEV>
<IDX>99998</IDX>
</macros>
<x>69</x>
<y>606</y>
<width>135</width>
<height>72</height>
<x>70</x>
<y>609</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -160,10 +160,10 @@
<IDX>99998</IDX>
<PIPE_BELOW>true</PIPE_BELOW>
</macros>
<x>204</x>
<y>534</y>
<width>135</width>
<height>72</height>
<x>205</x>
<y>536</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -179,10 +179,10 @@
<IDX>99999</IDX>
<PIPE_BELOW>true</PIPE_BELOW>
</macros>
<x>366</x>
<y>534</y>
<width>135</width>
<height>72</height>
<x>367</x>
<y>536</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -197,10 +197,10 @@
<IDX>99999</IDX>
<ROTATION>90</ROTATION>
</macros>
<x>501</x>
<y>606</y>
<width>135</width>
<height>72</height>
<x>502</x>
<y>609</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -214,10 +214,10 @@
<DEV>VVM</DEV>
<IDX>99999</IDX>
</macros>
<x>358</x>
<y>401</y>
<width>135</width>
<height>72</height>
<x>359</x>
<y>402</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="label" version="2.0.0">
......@@ -244,10 +244,10 @@
<IDX>99999</IDX>
<PIPE_RIGHT>true</PIPE_RIGHT>
</macros>
<x>358</x>
<y>328</y>
<width>135</width>
<height>72</height>
<x>359</x>
<y>329</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -264,10 +264,10 @@
<IDX>99999</IDX>
<PIPE_LEFT>true</PIPE_LEFT>
</macros>
<x>495</x>
<y>328</y>
<width>135</width>
<height>72</height>
<x>496</x>
<y>329</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -287,9 +287,9 @@
<RELAY2_DESC>Process PLC: (LEBT-010:VAC-VVA-06100 + LEBT-010:VAC-VVA-07100) Local protection</RELAY2_DESC>
</macros>
<x>636</x>
<y>715</y>
<width>135</width>
<height>72</height>
<y>717</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -305,9 +305,9 @@
<ROTATION>90</ROTATION>
</macros>
<x>771</x>
<y>762</y>
<width>135</width>
<height>72</height>
<y>764</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......
......@@ -98,7 +98,7 @@
</widget>
<widget type="polyline" version="2.0.0">
<name>From Hydrogen</name>
<x>81</x>
<x>82</x>
<y>495</y>
<width>24</width>
<height>76</height>
......@@ -115,7 +115,7 @@
<macros>
<Gas>H2</Gas>
</macros>
<x>62</x>
<x>63</x>
<y>555</y>
<width>38</width>
<height>86</height>
......@@ -128,7 +128,7 @@
<IDX>01100</IDX>
<SEC>ISrc</SEC>
</macros>
<x>10</x>
<x>11</x>
<y>439</y>
<width>135</width>
<height>72</height>
......@@ -269,10 +269,10 @@ pvSymbol.write(colorID);
<IDX>01100</IDX>
<SEC>ISrc</SEC>
</macros>
<x>142</x>
<y>423</y>
<width>135</width>
<height>72</height>
<x>144</x>
<y>424</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="label" version="2.0.0">
......@@ -315,10 +315,10 @@ pvSymbol.write(colorID);
<PIPE_RIGHT>true</PIPE_RIGHT>
<SEC>ISrc</SEC>
</macros>
<x>142</x>
<y>530</y>
<width>135</width>
<height>72</height>
<x>144</x>
<y>532</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="polyline" version="2.0.0">
......@@ -548,10 +548,10 @@ pvSymbol.write(colorID);
<DEV>VVM</DEV>
<IDX>00021</IDX>
</macros>
<x>139</x>
<y>763</y>
<width>135</width>
<height>72</height>
<x>140</x>
<y>764</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="label" version="2.0.0">
......@@ -580,10 +580,10 @@ 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>
<x>245</x>
<x>246</x>
<y>690</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -594,10 +594,10 @@ pvSymbol.write(colorID);
<IDX>02100</IDX>
<VALVE_TYPE>vva</VALVE_TYPE>
</macros>
<x>333</x>
<y>611</y>
<width>135</width>
<height>72</height>
<x>334</x>
<y>612</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -609,10 +609,10 @@ pvSymbol.write(colorID);
<IDX>02100</IDX>
<PIPE_BELOW>true</PIPE_BELOW>
</macros>
<x>432</x>
<x>433</x>
<y>535</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -624,10 +624,10 @@ pvSymbol.write(colorID);
<IDX>03100</IDX>
<PIPE_BELOW>true</PIPE_BELOW>
</macros>
<x>578</x>
<x>579</x>
<y>535</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -639,10 +639,10 @@ pvSymbol.write(colorID);
<ROTATION>90</ROTATION>
<VALVE_TYPE>vva</VALVE_TYPE>
</macros>
<x>688</x>
<y>611</y>
<width>135</width>
<height>72</height>
<x>689</x>
<y>612</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -654,10 +654,10 @@ pvSymbol.write(colorID);
<IDX>00041</IDX>
<VALVE_TYPE>vva</VALVE_TYPE>
</macros>
<x>911</x>
<y>763</y>
<width>135</width>
<height>72</height>
<x>912</x>
<y>764</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -668,10 +668,10 @@ pvSymbol.write(colorID);
<IDX>01100</IDX>
<VALVE_TYPE>vva</VALVE_TYPE>
</macros>
<x>722</x>
<y>117</y>
<width>135</width>
<height>72</height>
<x>723</x>
<y>118</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -683,10 +683,10 @@ pvSymbol.write(colorID);
<ROTATION>90</ROTATION>
<VALVE_TYPE>vva</VALVE_TYPE>
</macros>
<x>545</x>
<y>825</y>
<width>135</width>
<height>72</height>
<x>546</x>
<y>826</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -696,10 +696,10 @@ pvSymbol.write(colorID);
<DEV>VPDP</DEV>
<IDX>00031</IDX>
</macros>
<x>545</x>
<x>546</x>
<y>896</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -709,10 +709,10 @@ pvSymbol.write(colorID);
<DEV>VVS</DEV>
<IDX>20000</IDX>
</macros>
<x>1160</x>
<y>481</y>
<width>135</width>
<height>72</height>
<x>1161</x>
<y>482</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -729,10 +729,10 @@ pvSymbol.write(colorID);
<RELAY3_DESC>Process PLC: Gas Injection VVA Interlock</RELAY3_DESC>
<RELAY4_DESC>&lt;not wired&gt;</RELAY4_DESC>
</macros>
<x>461</x>
<x>462</x>
<y>329</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -747,10 +747,10 @@ pvSymbol.write(colorID);
<RELAY1_DESC>Process PLC: Atmospheric pressure</RELAY1_DESC>
<RELAY2_DESC>Process PLC: "Vacuum" -&gt; Threshold to start the VPTs</RELAY2_DESC>
</macros>
<x>324</x>
<x>325</x>
<y>329</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -761,10 +761,10 @@ pvSymbol.write(colorID);
<IDX>10000</IDX>
<PIPE_LEFT>true</PIPE_LEFT>
</macros>
<x>461</x>
<x>462</x>
<y>402</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -779,10 +779,10 @@ pvSymbol.write(colorID);
<RELAY1_DESC>Interlock PLC: Not used</RELAY1_DESC>
<RELAY2_DESC>Process PLC: Not used</RELAY2_DESC>
</macros>
<x>388</x>
<x>389</x>
<y>257</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -793,10 +793,10 @@ pvSymbol.write(colorID);
<DEV>VVMC</DEV>
<IDX>01100</IDX>
</macros>
<x>855</x>
<y>102</y>
<width>135</width>
<height>72</height>
<x>856</x>
<y>103</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -820,10 +820,10 @@ pvSymbol.write(colorID);
<ORIENTATION>vertical</ORIENTATION>
<ROTATION>270</ROTATION>
</macros>
<x>722</x>
<y>188</y>
<width>135</width>
<height>72</height>
<x>723</x>
<y>189</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="label" version="2.0.0">
......@@ -849,10 +849,10 @@ pvSymbol.write(colorID);
<ORIENTATION>vertical</ORIENTATION>
<ROTATION>270</ROTATION>
</macros>
<x>722</x>
<y>330</y>
<width>135</width>
<height>72</height>
<x>723</x>
<y>331</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="label" version="2.0.0">
......@@ -877,10 +877,10 @@ pvSymbol.write(colorID);
<IDX>01100</IDX>
<ROTATION>90</ROTATION>
</macros>
<x>988</x>
<y>117</y>
<width>135</width>
<height>72</height>
<x>989</x>
<y>118</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -890,10 +890,10 @@ pvSymbol.write(colorID);
<DEV>VVM</DEV>
<IDX>10000</IDX>
</macros>
<x>324</x>
<x>325</x>
<y>402</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="label" version="2.0.0">
......@@ -917,10 +917,10 @@ pvSymbol.write(colorID);
<DEV>VVA</DEV>
<IDX>00071</IDX>
</macros>
<x>1464</x>
<y>825</y>
<width>135</width>
<height>72</height>
<x>1465</x>
<y>826</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -934,10 +934,10 @@ pvSymbol.write(colorID);
<DEV>VVA</DEV>
<IDX>06100</IDX>
</macros>
<x>1329</x>
<y>607</y>
<width>135</width>
<height>72</height>
<x>1330</x>
<y>608</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -952,10 +952,10 @@ pvSymbol.write(colorID);
<IDX>07100</IDX>
<ROTATION>90</ROTATION>
</macros>
<x>1761</x>
<y>607</y>
<width>135</width>
<height>72</height>
<x>1762</x>
<y>608</y>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -969,10 +969,10 @@ pvSymbol.write(colorID);
<DEV>VPDP</DEV>
<IDX>00071</IDX>
</macros>
<x>1464</x>
<x>1465</x>
<y>897</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -988,10 +988,10 @@ pvSymbol.write(colorID);
<IDX>06100</IDX>
<PIPE_BELOW>true</PIPE_BELOW>
</macros>
<x>1464</x>
<x>1465</x>
<y>535</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -1007,10 +1007,10 @@ pvSymbol.write(colorID);
<IDX>07100</IDX>
<PIPE_BELOW>true</PIPE_BELOW>
</macros>
<x>1626</x>
<x>1627</x>
<y>535</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -1031,10 +1031,10 @@ pvSymbol.write(colorID);
<RELAY3_DESC>Process PLC: Not used</RELAY3_DESC>
<RELAY4_DESC>&lt;not wired&gt;</RELAY4_DESC>
</macros>
<x>1755</x>
<x>1756</x>
<y>329</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -1053,10 +1053,10 @@ pvSymbol.write(colorID);
<RELAY1_DESC>Process PLC: Atmospheric pressure</RELAY1_DESC>
<RELAY2_DESC>Process PLC: "Vacuum" -&gt; Threshold to start the VPTs</RELAY2_DESC>
</macros>
<x>1618</x>
<x>1619</x>
<y>329</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -1070,10 +1070,10 @@ pvSymbol.write(colorID);
<DEV>VVM</DEV>
<IDX>30000</IDX>
</macros>
<x>1618</x>
<x>1619</x>
<y>402</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="label" version="2.0.0">
......@@ -1099,8 +1099,8 @@ pvSymbol.write(colorID);
</macros>
<x>1992</x>
<y>481</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -1117,8 +1117,8 @@ pvSymbol.write(colorID);
</macros>
<x>1896</x>
<y>716</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -1135,8 +1135,8 @@ pvSymbol.write(colorID);
</macros>
<x>2031</x>
<y>763</y>
<width>135</width>
<height>72</height>
<width>133</width>
<height>70</height>
<resize>2</resize>
<border_color>
<color red="0" green="128" blue="255">
......@@ -1161,8 +1161,8 @@ pvSymbol.write(colorID);
<name>Commissioning Tank</name>
<file>CommissioningTank.bob</file>
<x>1895</x>
<width>912</width>
<height>902</height>
<width>910</width>
<height>900</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -1174,8 +1174,8 @@ pvSymbol.write(colorID);
</macros>
<x>720</x>
<y>850</y>
<width>322</width>
<height>344</height>
<width>320</width>
<height>342</height>
<resize>2</resize>
</widget>
<widget type="embedded" version="2.0.0">
......@@ -1187,8 +1187,8 @@ pvSymbol.write(colorID);
</macros>
<x>1682</x>
<y>850</y>
<width>322</width>
<height>344</height>
<width>320</width>
<height>342</height>
<resize>2</resize>
</widget>
</display>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment